<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url(mCustomScrollbar.css);
@import url(default.css);
@import url(plugins.css);
@import url(dropkick.css);
@import url(lity.css);
@import url(csr.css);
@import url(swiper.min.css);
@import url(bootstrap.min.css);

/* ==========================================================================
public
==========================================================================*/

a,
button {
    outline: medium none;
    cursor: pointer;
}

a:focus,
button:focus,
* {
    text-decoration: none;
    outline: none !important;
}

.pcb {
    display: block;
}

.m_h {
    display: none;
}

.where {
    width: 100%;
    padding: 0 80px 0 180px;
    position: absolute;
    right: 0;
    top: 20px;
    z-index: 5;
    text-align: right;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.max-lg-size .where {
    padding-right: 30px;
    padding-left: 150px;
    top: 10px;
}

.max-md-size .where {
    padding: 0 30px;
    right: 0;
    /* top     : 70px; */
    top: 15px;
    line-height: 1.2em;
}

.max-sm-size .where {
    display: none;
}

.where ul li {
    display: inline;
}

.where ul li:after {
    content: "/";
    padding: 0 5px 0 10px;
    color: #fff;
    font-size: 14px;
}

.max-sm-size .where ul li:after {
    padding: 0 0 0 5px;
}

.where ul li a {
    color: #fff;
    font-size: 16px;
    font-weight: lighter;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.max-sm-size .where ul li a {
    font-size: 14px;
}

.where ul li:last-of-type:after {
    content: normal;
}

.f14 {
    font-size: 14px;
    line-height: 1.5em;
}

.f15 {
    font-size: 15px;
    line-height: 1.5em;
}

.f16 {
    font-size: 16px;
    line-height: 1.5em;
}

.max-sm-size .f16 {
    font-size: 15px;
}

.f18 {
    font-size: 18px;
    line-height: 1.5em;
}

.f22 {
    font-size: 22px;
    line-height: 1.5em;
}

.max-sm-size .f22 {
    font-size: 18px;
}

.f20 {
    font-size: 20px;
    line-height: 1.5em;
}

.max-sm-size .f20 {
    font-size: 18px;
}

.f24 {
    font-size: 24px;
    line-height: 1.5em;
}

.max-sm-size .f24 {
    font-size: 20px;
}

.f25 {
    font-size: 25px;
    line-height: 1.5em;
}

.max-sm-size .f25 {
    font-size: 20px;
}

.f26 {
    font-size: 26px;
    line-height: 1.5em;
}

.max-md-size .f26 {
    font-size: 22px;
}

.max-sm-size .f26 {
    font-size: 20px;
}

.f30 {
    font-size: 30px;
    line-height: 1.5em;
}

.max-sm-size .f30 {
    font-size: 22px;
}

.f36 {
    font-size: 36px;
    line-height: 1.5em;
}

.max-md-size .f36 {
    font-size: 30px;
}

.max-sm-size .f36 {
    font-size: 25px;
}

.f45 {
    font-size: 45px;
    line-height: 1.5em;
}

.max-md-size .f45 {
    font-size: 35px;
}

.max-sm-size .f45 {
    font-size: 25px;
}

.f46 {
    font-size: 46px;
    line-height: 1.5em;
}

.max-md-size .f46 {
    font-size: 35px;
}

.max-sm-size .f46 {
    font-size: 25px;
}

.f60 {
    font-size: 60px;
    line-height: 1.5em;
}

.max-lg-size .f60 {
    font-size: 50px;
}

.max-md-size .f60 {
    font-size: 40px;
}

.max-sm-size .f60 {
    font-size: 30px;
}

.f64 {
    font-size: 64px;
    line-height: 1.5em;
}

.max-lg-size .f64 {
    font-size: 50px;
}

.max-md-size .f64 {
    font-size: 40px;
}

.max-sm-size .f64 {
    font-size: 30px;
}

.textCenter {
    text-align: center !important;
}

.textLeft {
    text-align: left !important;
}

.textRight {
    text-align: right !important;
}

.open-box {
    cursor: pointer;
}

.fixed-box {
    width: 100%;
    min-width: 320px;
    height: 100%;
    position: fixed;
    left: -200%;
    top: 0;
    z-index: 101;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: opacity 1s, visibility 1s, left 0s 1s;
    -o-transition: opacity 1s, visibility 1s, left 0s 1s;
    transition: opacity 1s, visibility 1s, left 0s 1s;
}

.fixed-box.show {
    left: 0;
    padding: 30px 0;
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    -webkit-transition: opacity 1s, visibility 1s;
    -o-transition: opacity 1s, visibility 1s;
    transition: opacity 1s, visibility 1s;
}

.fixed-box .box-mask {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    background-color: #000;
    opacity: 0.8;
}

.fixed-box .inner {
    width: 1400px;
    padding: 50px 30px 50px 50px;
    margin-left: -700px;
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 3;
    background-color: #fff;
    color: #000;
}

.max-bg-size .fixed-box .inner {
    width: 90%;
    margin-left: 0;
    padding: 50px 10px 30px 30px;
    left: 5%;
}

.fixed-box .inner .scrollbar {
    max-height: -moz-calc(100vh - 100px);
    max-height: -webkit-calc(100vh - 100px);
    max-height: calc(100vh - 100px);
    overflow: auto;
}

.fixed-box .inner .scrollbar .mCSB_inside&gt;.mCSB_container {
    margin: 0;
    padding-right: 20px;
}

.fixed-box .inner .editor {
    color: #777;
}

.fixed-box .inner .close {
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 10;
    color: #000;
    font-size: 40px;
    cursor: pointer;
    -webkit-transition: color 0.5s;
    -o-transition: color 0.5s;
    transition: color 0.5s;
}

.max-bg-size .fixed-box .inner .close {
    font-size: 30px;
}

.max-sm-size .fixed-box .inner .close {
    right: 10px;
    top: 10px;
}

.no-touch .fixed-box .inner .close:hover {
    color: #2661bf;
}

#sitemap .inner {
    width: 100%;
    height: 100%;
    margin-left: 0;
    padding: 0;
    left: 0;
    top: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    background-color: #1d4fa1;
    color: #fff;
}

#sitemap .inner .scrollbar {
    max-height: none;
    height: 100vh;
}

#sitemap .inner .scrollbar .mCSB_scrollTools {
    right: 6px;
}

#sitemap .inner .scrollbar .mCSB_inside&gt;.mCSB_container {
    padding-right: 0;
}

#sitemap .inner .scrollbar .mCSB_scrollTools .mCSB_draggerRail {
    background-color: rgba(0, 0, 0, 0.2);
}

#sitemap .inner .scrollbar .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #1d2a4b;
}

#sitemap .inner .close {
    color: #fff;
    font-size: 30px;
    -webkit-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.no-touch #sitemap .inner .close:hover {
    opacity: 0.5;
}

#sitemap .inner .block {
    max-width: 1210px;
    margin: auto;
    padding: 80px 50px 60px 50px;
    position: relative;
}

.max-bg-size #sitemap .inner .block {
    padding: 80px 30px 60px 30px;
}

.max-sm-size #sitemap .inner .block {
    padding-top: 50px;
}

#sitemap .inner .block .close {
    position: fixed;
    right: auto;
    top: 50px;
    font-size: 20px;
}

.max-lg-size #sitemap .inner .block .close {
    right: 30px !important;
    left: auto !important;
}

.max-sm-size #sitemap .inner .block .close {
    top: 30px;
}

#sitemap .inner ul.list {
    font-size: 0;
}

#sitemap .inner ul.list&gt;li {
    margin-bottom: 50px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
    font-size: 18px;
}

#sitemap .inner ul.list&gt;li:last-of-type {
    border: none;
}

.max-md-size #sitemap .inner ul.list&gt;li:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
}

.max-sm-size #sitemap .inner ul.list&gt;li:last-of-type ul.sub {
    margin-bottom: 20px;
}

.max-bg-size #sitemap .inner ul.list&gt;li {
    font-size: 16px;
}

.max-md-size #sitemap .inner ul.list&gt;li {
    margin-bottom: 30px;
}

.max-sm-size #sitemap .inner ul.list&gt;li {
    padding-bottom: 0;
    font-size: 15px;
}

#sitemap .inner ul.list&gt;li a {
    display: inline-block;
    color: #fff;
    -webkit-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

#sitemap .inner ul.list&gt;li a:hover {
    opacity: 0.5;
}

#sitemap .inner ul.list&gt;li .title {
    display: table;
    margin-bottom: 30px;
    font-size: 30px;
    font-weight: bold;
}

.max-bg-size #sitemap .inner ul.list&gt;li .title {
    font-size: 25px;
}

.max-sm-size #sitemap .inner ul.list&gt;li .title {
    margin-bottom: 15px;
    font-size: 20px;
}

#sitemap .inner ul.list&gt;li ul.sub {
    margin-bottom: 30px;
}

#sitemap .inner ul.list&gt;li ul.sub&gt;li {
    margin-bottom: 20px;
}

.max-sm-size #sitemap .inner ul.list&gt;li ul.sub&gt;li {
    margin-bottom: 10px;
}

#sitemap .inner ul.list&gt;li ul.sub&gt;li&gt;a,
#sitemap .inner ul.list&gt;li ul.sub&gt;li .subtitle {
    font-size: 20px;
    font-weight: bold;
}

.max-bg-size #sitemap .inner ul.list&gt;li ul.sub&gt;li&gt;a,
.max-bg-size #sitemap .inner ul.list&gt;li ul.sub&gt;li .subtitle {
    font-size: 18px;
}

.max-sm-size #sitemap .inner ul.list&gt;li ul.sub&gt;li&gt;a,
.max-sm-size #sitemap .inner ul.list&gt;li ul.sub&gt;li .subtitle {
    font-size: 16px;
}

#sitemap .inner ul.list&gt;li ul.third {
    margin-top: 10px;
    margin-bottom: 30px;
    font-size: 0;
}

.max-lg-size #sitemap .inner ul.list&gt;li ul.third {
    font-size: 0;
}

.max-sm-size #sitemap .inner ul.list&gt;li ul.third {
    margin-bottom: 20px;
}

#sitemap .inner ul.list&gt;li ul.third&gt;li {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    margin: 10px 0;
    padding: 0 20px;
    position: relative;
    font-size: 18px;
}

.max-lg-size #sitemap .inner ul.list&gt;li ul.third&gt;li {
    display: inline-block;
    vertical-align: top;
    width: 33.3%;
    padding-right: 30px;
    font-size: 16px;
}

.max-md-size #sitemap .inner ul.list&gt;li ul.third&gt;li {
    width: 50%;
}

.max-sm-size #sitemap .inner ul.list&gt;li ul.third&gt;li {
    display: block;
    width: 100%;
    margin-bottom: 0;
    padding-right: 0;
    font-size: 15px;
}

.max-xs-size #sitemap .inner ul.list&gt;li ul.third&gt;li {
    padding-right: 10px;
}

#sitemap .inner ul.list&gt;li ul.third&gt;li:before {
    content: '';
    display: block;
    width: 8px;
    height: 1px;
    position: absolute;
    left: 0;
    top: 13px;
    background-color: #fff;
}

#sitemap .inner ul.list&gt;li ul.third&gt;li&gt;a {
    line-height: normal;
}

#sitemap .inner .tools {
    max-width: 1030px;
    margin: 0 auto 30px auto;
}

#sitemap .inner .tools a {
    color: #fff;
    -webkit-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

#sitemap .inner .tools ul.links {
    float: left;
    font-size: 0;
}

.max-md-size #sitemap .inner .tools ul.links {
    float: none;
}

#sitemap .inner .tools ul.links li {
    display: inline-block;
    vertical-align: middle;
    margin: 10px 20px 10px 0;
}

.max-lg-size #sitemap .inner .tools ul.links li {
    margin-right: 10px;
}

.max-sm-size #sitemap .inner .tools ul.links li {
    display: block;
    width: 100%;
    margin: 10px 0;
}

#sitemap .inner .tools ul.links li a {
    display: block;
    min-width: 200px;
    padding: 15px 20px;
    border-radius: 5px;
    background-color: #143D80;
    -webkit-transition: background-color 0.5s;
    -o-transition: background-color 0.5s;
    transition: background-color 0.5s;
    font-size: 16px;
    text-align: center;
}

.max-lg-size #sitemap .inner .tools ul.links li a {
    min-width: 180px;
}

.max-sm-size #sitemap .inner .tools ul.links li a {
    min-width: 0;
    font-size: 15px;
}

.no-touch #sitemap .inner .tools ul.links li a:hover {
    background-color: #1B5CC3;
}

#sitemap .inner .tools ul.links li a span {
    display: inline-block;
    padding-left: 30px;
    background: left center no-repeat;
    background-size: 21px;
}

#sitemap .inner .tools .follow {
    float: right;
}

.max-md-size #sitemap .inner .tools .follow {
    float: none;
    margin-top: 30px;
}

.max-sm-size #sitemap .inner .tools .follow {
    margin-top: 20px;
}

#sitemap .inner .tools .follow .title {
    margin-top: 10px;
    font-weight: bold;
}

.max-sm-size #sitemap .inner .tools .follow .title {
    margin-top: 0;
    margin-bottom: 5px;
}

#sitemap .inner .tools .follow ul li {
    margin: 5px 15px 0 0;
}

.max-lg-size #sitemap .inner .tools .follow ul li {
    margin-right: 10px;
}

.follow ul li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    margin-bottom: 5px;
    text-align: left;
}

.max-xs-size .follow ul li {
    margin-right: 5px;
}

.follow ul li.youku {
    width: 80px;
    margin-right: 0;
}

.follow ul li a {
    opacity: 0.5;
    font-size: 20px;
}

.follow ul li a:hover {
    opacity: 1;
}

#qrcode,
#qrcode2 {
    text-align: center;
}

#qrcode .inner,
#qrcode2 .inner {
    width: 900px;
    padding: 50px 30px 50px 50px;
    margin-left: -450px;
}

.max-bg-size #qrcode .inner,
.max-bg-size #qrcode2 .inner {
    left: 50% !important;
}

.max-lg-size #qrcode .inner,
.max-lg-size #qrcode2 .inner {
    width: 90% !important;
    left: 6% !important;
    margin-left: 0 !important;
}

#qrcode .inner img,
#qrcode2 .inner img {
    max-height: 50vh;
}

#feedback-box {
    text-align: center;
}

#feedback-box .inner {
    width: 650px;
    margin-left: -325px;
    left: 50%;
}

.max-lg-size #feedback-box .inner {
    width: 90% !important;
    margin-left: 0 !important;
    left: 6% !important;
}

#feedback-box p {
    color: #777;
}

#shielding-pro .title {
    margin: 20px 0;
}

#credentials ul.slider img {
    max-height: 40vw;
}

.max-sm-size #credentials ul.slider img {
    max-height: 300px;
}

#credentials ul.slider .slick-dots {
    position: relative;
    bottom: 0;
}

#credentials ul.slider .slick-dots li button {
    width: 12px;
    height: 12px;
    border: 1px solid #777777;
}

#credentials ul.slider .slick-dots li.slick-active button {
    background-color: #777777;
}

#credentials .text {
    margin-top: 20px;
}

#credentials .summary {
    margin-top: 10px;
    color: #777;
}

#forgotID .inner {
    width: 600px;
    margin-left: -300px;
    left: 50%;
    text-align: center;
}

.max-lg-size #forgotID .inner {
    width: 90% !important;
    margin-left: 0 !important;
    left: 6% !important;
}

.video-box {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 58%;
    margin-top: 30px;
}

.video-box iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#particle-canvas {
    width: 100%;
    height: 100%;
    position: fixed !important;
    z-index: 1;
}

.in-banner {
    display: table;
    width: 100%;
    position: relative;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.in-banner .pic:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    /* z-index      : 2; */
    background-color: #000;
    opacity: 0.3;
}

.in-banner .pic {
    /* z-index: 1; */
    background-position: 66% top !important;
}

.in-banner .text {
    height: 600px;
    height: 31.2vw;
    padding: 100px;
    position: relative;
    /* z-index: 3; */
    color: #fff;
}

.max-bg-size .in-banner .text {
    padding: 80px;
}

.max-lg-size .in-banner .text {
    padding: 50px;
}

.max-md-size .in-banner .text {
    height: 150px;
    padding: 80px 30px 30px 30px;
    vertical-align: bottom;
}

.max-sm-size .in-banner .text {
    padding: 30px !important;
    vertical-align: middle;
}

.in-banner .text .title {
    margin: 0;
    line-height: normal;
}

.in-banner .text .sub {
    margin-top: 20px;
    font-weight: lighter;
}

.max-sm-size .in-banner .text .sub {
    font-size: 18px;
}

.in-banner .scrollDown {
    width: 50px;
    height: 50px;
    margin-left: -25px;
    position: absolute;
    left: 50%;
    bottom: 50px;
    z-index: 5;
    border-radius: 50%;
    border: 1px solid #fff;
    color: #fff;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: background 0.5s, color 0.5s;
    -o-transition: background 0.5s, color 0.5s;
    transition: background 0.5s, color 0.5s;
    -webkit-animation: mybottom 1s ease-in infinite alternate;
    animation: mybottom 1s ease-in infinite alternate;
}

.max-sm-size .in-banner .scrollDown {
    width: 40px;
    height: 40px;
    line-height: 40px;
}

.in-banner .scrollDown:hover {
    background-color: #fff;
    color: #777;
    text-shadow: none;
}

@keyframes mybottom {
    0% {
        bottom: 50px;
    }
    100% {
        bottom: 30px;
    }
}

@-webkit-keyframes mybottom {
    0% {
        bottom: 50px;
    }
    100% {
        bottom: 30px;
    }
}

.max-md-size .m-banner .text {
    padding-top: 80px;
}

.deep-banner:after {
    content: '';
    opacity: 0.7;
}

.deep-banner .text {
    margin-top: 20px;
}

.nav-bar {
    border-bottom: 1px solid #eaeaea;
    background-color: #fff;
}

.max-sm-size .nav-bar {
    border-bottom: none;
}

.nav-bar.gray {
    background-color: #f7f7f7;
}

.nav-bar .toggle {
    display: none;
    height: 45px;
    background-color: #093f6a;
    padding: 0 30px;
    position: relative;
    color: #fff;
    line-height: 48px;
    cursor: pointer;
}

.max-sm-size .nav-bar .toggle {
    display: block;
}

.nav-bar .toggle:after {
    content: '\e80f';
    margin-top: -20px;
    position: absolute;
    right: 15px;
    top: 50%;
    color: #fff;
    font-size: 15px;
    font-family: "fontello";
    line-height: 40px;
}

.nav-bar .toggle.active:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.nav-bar a.back {
    display: inline-block;
    min-width: 170px;
    padding: 25px 30px;
    color: #000;
    line-height: 30px;
    text-align: center;
    border-right: 1px solid #eaeaea;
    -webkit-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s;
}

.max-md-size .nav-bar a.back {
    padding: 10px 30px;
}

.max-xs-size .nav-bar a.back {
    display: block;
    text-align: left;
}

.nav-bar a.back:hover {
    background-color: #eaeaea;
}

.nav-bar a.back i {
    display: inline-block;
    vertical-align: bottom;
    padding-right: 5px;
    font-size: 22px;
}

.min-sm-size .nav-bar .scrollbarX-arrows {
    display: block !important;
    margin-bottom: -1px;
}

.max-sm-size .nav-bar .scrollbarX-arrows {
    display: none;
    border-bottom: 1px solid #093f6a;
}

.max-sm-size .nav-bar .mCSB_container {
    width: 100% !important;
}

.nav-bar ul li {
    float: left;
}

.max-sm-size .nav-bar ul li {
    float: none;
    border-bottom: 1px solid #ddd;
}

.max-sm-size .nav-bar ul li:last-of-type {
    border-bottom: none;
}

.nav-bar ul li a {
    display: block;
    padding: 25px 30px;
    color: #bbbbbb;
    line-height: 30px;
    background-color: #fff;
    border-right: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
}

.max-sm-size .nav-bar ul li a {
    padding: 10px 30px;
    border: none;
    line-height: 28px;
}

.min-md-size .nav-bar ul li a:hover {
    color: #093f6a;
}

.nav-bar ul li.active a {
    color: #fff !important;
    background-color: #093f6a;
    border-bottom-color: #093f6a;
}

.max-sm-size .nav-bar ul li.active a {
    color: #093f6a !important;
    background-color: transparent !important;
    border-bottom-color: transparent !important;
}

.tab-bar .toggle {
    display: none;
    height: 45px;
    background-color: #093f6a;
    padding: 0 20px;
    position: relative;
    color: #fff;
    line-height: 48px;
    cursor: pointer;
}

.max-sm-size .tab-bar .toggle {
    display: block;
}

.tab-bar .toggle:after {
    content: '\e80f';
    margin-top: -20px;
    position: absolute;
    right: 15px;
    top: 50%;
    color: #fff;
    font-size: 15px;
    font-family: "fontello";
    line-height: 40px;
}

.tab-bar .toggle.active:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.tab-bar .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
.tab-bar .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
    top: -30px;
}

.max-sm-size .tab-bar .mCSB_container {
    width: 100% !important;
}

.min-sm-size .tab-bar ul {
    display: block !important;
}

.max-sm-size .tab-bar ul {
    display: none;
    border: 1px solid #093f6a;
    background-color: #fff;
}

.tab-bar ul li {
    float: left;
    margin-right: 15px;
}

.tab-bar ul li:last-of-type {
    margin-right: 0;
}

.max-sm-size .tab-bar ul li {
    float: none;
    margin-right: 0;
    border-bottom: 1px solid #ddd;
}

.max-sm-size .tab-bar ul li:last-of-type {
    border-bottom: none;
}

.tab-bar ul a {
    display: block;
    padding: 15px 30px;
    line-height: 26px;
    border: 1px solid #e0e0e0;
    color: #bbbbbb;
    -webkit-transition: color 0.5s, border 0.5s;
    -o-transition: color 0.5s, border 0.5s;
    transition: color 0.5s, border 0.5s;
}

.max-sm-size .tab-bar ul a {
    padding: 10px 20px;
    border: none;
    line-height: 28px;
}

.tab-bar ul a:hover {
    color: #555555;
    border-color: #555555;
}

.min-sm-size .tab-bar ul .active:hover a {
    color: #fff !important;
}

.tab-bar ul .active a {
    color: #fff;
    border-color: #555;
    background-color: #555;
}

.max-sm-size .tab-bar ul .active a {
    background-color: transparent !important;
    color: #093f6a;
    font-weight: bold;
}

.tab-change {
    display: block !important;
    border-bottom: 1px solid #e0e0e0;
}

.tab-change .scrollbarX-arrows {
    margin-bottom: -1px;
}

.item-bar {
    background-color: #ecc300;
    padding: 0 150px;
}

.max-bg-size .item-bar {
    padding: 0 100px;
}

.max-lg-size .item-bar {
    padding: 0 50px;
}

.max-sm-size .item-bar {
    padding: 0;
    background-color: transparent;
}

.item-bar .toggle {
    display: none;
    height: 45px;
    background-color: #e99f00;
    padding: 0 20px;
    position: relative;
    color: #fff;
    line-height: 48px;
    cursor: pointer;
}

.max-sm-size .item-bar .toggle {
    display: block;
}

.item-bar .toggle:after {
    content: '\e80f';
    margin-top: -20px;
    position: absolute;
    right: 15px;
    top: 50%;
    color: #fff;
    font-size: 15px;
    font-family: "fontello";
    line-height: 40px;
}

.item-bar .toggle.active:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.item-bar ul.slider {
    border-left: 1px solid rgba(255, 255, 255, 0.4);
    border-right: 1px solid rgba(255, 255, 255, 0.4);
}

.min-sm-size .item-bar ul.slider {
    display: block !important;
    text-align: center;
}

.max-sm-size .item-bar ul.slider {
    display: none;
    border: 1px solid #e99f00;
}

.item-bar ul.slider .slick-slide {
    border-right: 1px solid rgba(255, 255, 255, 0.4);
}

.item-bar ul.slider .slick-arrow {
    width: 100px;
    height: 100%;
    margin-top: 0;
    top: 0;
    border-radius: 0;
    border: none;
    background-color: transparent;
}

.max-lg-size .item-bar ul.slider .slick-arrow {
    width: 50px;
}

.item-bar ul.slider .slick-arrow:before {
    color: #fff;
    font-size: 40px;
}

.max-lg-size .item-bar ul.slider .slick-arrow:before {
    font-size: 30px;
}

.item-bar ul.slider .slick-prev {
    left: -100px;
}

.max-lg-size .item-bar ul.slider .slick-prev {
    left: -50px;
}

.item-bar ul.slider .slick-next {
    right: -100px;
}

.max-lg-size .item-bar ul.slider .slick-next {
    right: -50px;
}

.max-sm-size .item-bar ul.slider li {
    border-bottom: 1px solid #ddd;
}

.max-sm-size .item-bar ul.slider li:last-of-type {
    border-bottom: none;
}

.item-bar ul.slider a {
    display: block;
    padding: 30px 20px 15px 20px;
    color: #fff;
    opacity: 0.5;
    -webkit-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.max-lg-size .item-bar ul.slider a {
    padding: 20px;
}

.max-sm-size .item-bar ul.slider a {
    padding: 10px 20px;
    color: #555555;
    line-height: 28px;
}

.item-bar ul.slider a .icon {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto 10px auto;
    border-radius: 50%;
    border: 2px solid #fff;
    font-size: 15px;
    line-height: 28px;
}

.max-sm-size .item-bar ul.slider a .icon {
    display: none;
}

.min-sm-size .item-bar ul.slider a .name {
    height: 44px;
    line-height: 22px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -moz-line-clamp: 2;
    -ms-line-clamp: 2;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
}

.max-sm-size .item-bar ul.slider a .name {
    font-size: 15px;
}

.item-bar ul.slider a:hover {
    opacity: 1;
}

.item-bar ul.slider .active a {
    background-color: #e99f00;
    opacity: 1;
}

.max-sm-size .item-bar ul.slider .active a {
    background-color: transparent;
    color: #e99f00;
}

a.link,
.editor a {
    color: #2661bf;
}

a.link:hover,
.editor a:hover {
    color: #2661bf;
}

.black {
    color: #000 !important;
}

.black a {
    color: #000;
}

.black a:hover {
    text-decoration: underline;
}

.orange {
    color: #ff992e !important;
}

.orange a {
    color: #ff992e;
}

.orange a:hover {
    text-decoration: underline;
}

.blue {
    color: #2661bf !important;
}

.blue a {
    color: #2661bf;
}

.blue a:hover {
    text-decoration: underline;
}

.green {
    color: #4ab0ae !important;
}

.green a {
    color: #4ab0ae;
}

.green a:hover {
    text-decoration: underline;
}

.editor .pic {
    margin: 20px 0;
}

.editor .pic-right {
    margin-bottom: 70px;
}

.max-sm-size .editor .pic-right {
    margin-bottom: 40px;
}

.editor .pic-right .pic {
    float: right;
    max-width: 50%;
    margin: 0 0 0 50px;
}

.max-sm-size .editor .pic-right .pic {
    float: none;
    max-width: none;
    margin: 20px 0;
}

.editor .pic-right:after {
    content: '';
    display: block;
    clear: both;
}

.editor .pic-left {
    margin-bottom: 70px;
}

.max-sm-size .editor .pic-left {
    margin-bottom: 40px;
}

.editor .pic-left .pic {
    float: left;
    max-width: 50%;
    margin: 0 50px 0 0;
}

.max-sm-size .editor .pic-left .pic {
    float: none;
    max-width: none;
    margin: 20px 0;
}

.editor .pic-left:after {
    content: '';
    display: block;
    clear: both;
}

.editor ul.list-half {
    margin: 20px 0;
    padding-left: 0;
    font-size: 0;
}

.editor ul.list-half&gt;li {
    display: inline-block;
    vertical-align: top;
    max-width: 50%;
    margin-bottom: 50px;
    padding-right: 50px;
    padding-left: 0;
    list-style: none;
    font-size: 18px;
}

.max-lg-size .editor ul.list-half&gt;li {
    padding-right: 25px;
}

.max-md-size .editor ul.list-half&gt;li {
    display: block;
    max-width: none;
    padding-right: 0;
    margin-bottom: 30px;
}

.max-md-size .editor ul.list-half&gt;li:nth-last-of-type(2) {
    margin-bottom: 30px;
}

.max-sm-size .editor ul.list-half&gt;li {
    font-size: 15px;
    margin-bottom: 20px;
}

.max-sm-size .editor ul.list-half&gt;li:nth-last-of-type(2) {
    margin-bottom: 20px;
}

.editor ul.list-half&gt;li:nth-of-type(even) {
    padding-right: 0 !important;
    padding-left: 50px;
}

.max-lg-size .editor ul.list-half&gt;li:nth-of-type(even) {
    padding-left: 25px;
}

.max-md-size .editor ul.list-half&gt;li:nth-of-type(even) {
    padding-left: 0;
}

.editor ul.list-half&gt;li:nth-last-of-type(1),
.editor ul.list-half&gt;li:nth-last-of-type(2) {
    margin-bottom: 0;
}

.editor ul.list-half&gt;li:before {
    content: normal;
}

.editor ul.list-half.middle&gt;li {
    vertical-align: middle;
}

.editor ul.list-half.bottom&gt;li {
    vertical-align: bottom;
}

.editor ul.pic-half {
    margin: 20px -10px 0 -10px;
    padding-left: 0;
    font-size: 0;
}

.max-sm-size .editor ul.pic-half {
    margin: 20px 0 0 0;
}

.editor ul.pic-half&gt;li {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    margin-bottom: 20px;
    padding: 0 10px;
    list-style: none;
    font-size: 18px;
}

.max-sm-size .editor ul.pic-half&gt;li {
    display: block;
    width: auto;
    padding: 0;
    font-size: 15px;
    text-align: center;
}

.editor ul.pic-half&gt;li img {
    display: inline-block;
}

.editor ul.pic-half&gt;li:before {
    content: normal;
}

.editor ul.pic-three {
    margin: 20px -10px 0 -10px;
    padding-left: 0;
    font-size: 0;
}

.editor ul.pic-three&gt;li {
    display: inline-block;
    vertical-align: top;
    width: 33.3%;
    margin-bottom: 20px;
    padding: 0 10px;
    list-style: none;
    font-size: 18px;
}

.max-sm-size .editor ul.pic-three&gt;li {
    width: 50%;
    font-size: 15px;
}

.max-xs-size .editor ul.pic-three&gt;li {
    display: block;
    width: auto;
    text-align: center;
}

.editor ul.pic-three&gt;li img {
    display: inline-block;
}

.editor ul.pic-three&gt;li:before {
    content: normal;
}

.editor ul.pic-four {
    margin: 20px -10px 0 -10px;
    padding-left: 0;
    font-size: 0;
}

.editor ul.pic-four&gt;li {
    display: inline-block;
    vertical-align: top;
    width: 26%;
    margin-bottom: 20px;
    padding: 0 10px;
    list-style: none;
    font-size: 18px;
}

.max-sm-size .editor ul.pic-four&gt;li {
    width: 50%;
    font-size: 15px;
}

.max-xs-size .editor ul.pic-four&gt;li {
    display: block;
    width: auto;
    text-align: center;
}

.editor ul.pic-four&gt;li img {
    display: inline-block;
}

.editor ul.pic-four&gt;li:before {
    content: normal;
}

.editor ul.mail-list {
    margin-bottom: 0;
    padding-left: 0;
    font-size: 0;
}

.editor ul.mail-list&gt;li {
    display: inline-block;
    vertical-align: top;
    width: 33.3%;
    margin-bottom: 20px;
    padding-right: 50px;
    padding-left: 70px;
    position: relative;
    list-style: none;
    font-size: 18px;
}

.max-lg-size .editor ul.mail-list&gt;li {
    width: 50%;
}

.max-sm-size .editor ul.mail-list&gt;li {
    display: block;
    width: 100%;
    font-size: 15px;
}

.editor ul.mail-list&gt;li:before {
    content: '';
    display: block;
    width: 55px;
    height: 55px;
    margin-top: -29.5px;
    position: absolute;
    left: 0;
    top: 50% !important;
    border: 2px solid #f1f1f1;
    border-radius: 50%;
}

.editor ul.mail-list&gt;li a {
    text-decoration: underline;
}

.editor ul.mail-list&gt;li a:hover {
    color: #83abeb !important;
}

.editor ul,
.editor ul.dash {
    padding-left: 0;
}

.editor ul&gt;li,
.editor ul.dash&gt;li {
    margin-bottom: 5px;
    padding-left: 30px;
    position: relative;
    list-style: none;
}

.editor ul&gt;li:last-of-type,
.editor ul.dash&gt;li:last-of-type {
    margin-bottom: 0;
}

.editor ul&gt;li:before,
.editor ul.dash&gt;li:before {
    content: '';
    width: 15px;
    height: 1px;
    position: absolute;
    left: 0;
    top: 14px;
    background-color: #777777;
}

.max-sm-size .editor ul&gt;li:before,
.max-sm-size .editor ul.dash&gt;li:before {
    top: 12px;
}

.editor ul&gt;li&gt;ul,
.editor ul.dash&gt;li&gt;ul {
    padding-left: 1.1em;
}

.editor ul&gt;li&gt;ul&gt;li,
.editor ul.dash&gt;li&gt;ul&gt;li {
    padding-left: 0;
    list-style: disc;
}

.editor ul&gt;li&gt;ul&gt;li:before,
.editor ul.dash&gt;li&gt;ul&gt;li:before {
    content: normal;
}

.editor ul&gt;li&gt;ul&gt;li li,
.editor ul.dash&gt;li&gt;ul&gt;li li {
    list-style: circle;
}

.editor ul.noneStyle&gt;li {
    padding-left: 0;
}

.editor ul.noneStyle&gt;li:before {
    content: normal;
}

.editor .table {
    margin: 20px 0;
}

.table {
    background-color: #fff;
}

.table th,
.table td {
    padding: 15px 30px;
    border: 1px solid #e6e6e6;
}

.max-sm-size .table th,
.max-sm-size .table td {
    padding: 5px 10px;
}

.table th {
    color: #555;
    text-align: left;
    border-bottom-color: #555;
}

.table.widthAuto {
    width: auto;
}

.prevNext {
    margin-top: 50px;
    padding-top: 30px;
    border-top: 1px solid #eaeaea;
    text-align: center;
}

.max-sm-size .prevNext {
    margin-top: 30px;
    padding-top: 20px;
}

.prevNext ul li {
    display: inline-block;
    vertical-align: middle;
    margin: 10px 8px;
}

.max-sm-size .prevNext ul li {
    margin: 5px;
}

.prevNext ul li.prev .btn {
    color: #bbbbbb;
}

.prevNext ul li.prev .btn i {
    padding-right: 10px;
}

.prevNext ul li.next .btn {
    color: #bbbbbb;
}

.btn {
    padding: 12px;
}

.prevNext ul li.next .btn i {
    padding-left: 10px;
}

.prevNext ul li .btn {
    min-width: 120px;
    border-color: #ddd;
    background-color: #fff;
    color: #000;
    -webkit-transition: border 0.5s, color 0.5s, background 0.5s;
    -o-transition: border 0.5s, color 0.5s, background 0.5s;
    transition: border 0.5s, color 0.5s, background 0.5s;
}

.max-sm-size .prevNext ul li .btn {
    min-width: 100px;
}

.max-ss-size .prevNext ul li .btn {
    min-width: 80px;
}

.prevNext ul li .btn:hover {
    color: #fff;
    border-color: #555555;
    background-color: #555555;
}

.prevNext ul li .btn i {
    display: inline-block;
    vertical-align: bottom;
    font-size: 20px;
}

ul.pages {
    text-align: center;
}

ul.pages li {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    text-align: center;
}

.max-xs-size ul.pages li.dot,
.max-xs-size ul.pages li.first,
.max-xs-size ul.pages li.last {
    display: none;
}

ul.pages li a {
    display: block;
    color: #777;
}

ul.pages li a span {
    display: inline-block;
    position: relative;
}

ul.pages li a span:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

ul.pages li a:hover {
    color: #093f6a;
}

ul.pages li.active a {
    color: #000;
    font-weight: bold;
}

ul.pages li.active a span:after {
    opacity: 1;
}

form.login {
    max-width: 560px;
    margin: auto;
    padding: 40px 40px 20px 40px;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.max-sm-size form.login {
    padding: 20px;
}

form.login a {
    color: #2661bf;
}

form.login a:hover {
    text-decoration: underline;
}

form.login .in-title {
    text-align: center;
}

form.login .notice {
    color: #aaaaaa;
    font-size: 15px;
    line-height: normal;
}

form.login .buttonBlock {
    margin: 20px 0;
}

form.login .footer {
    padding-top: 15px;
    border-top: 1px solid #eaeaea;
    text-align: center;
}

form.login .footer a.create {
    color: #000;
    font-size: 15px;
    text-align: center;
}

form.login .footer a.create:hover {
    color: #2661bf;
}


/* ==========================================================================
隐藏文字
==========================================================================*/

.max3 {
    overflow: hidden;
    text-overflow: ellipsis;
    /*表示文本超出时候用 “...” 来代替*/
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.max2 {
    overflow: hidden;
    text-overflow: ellipsis;
    /*表示文本超出时候用 “...” 来代替*/
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.max1 {
    overflow: hidden;
    text-overflow: ellipsis;
    /*表示文本超出时候用 “...” 来代替*/
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}


/* ==========================================================================
首页轮播图
==========================================================================*/

.c-banner1 .swiper-slide {
    height: 100vh;
    overflow: hidden;
    position: relative;
}

.c-banner1 .swiper-slide::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0, 0.15);
    z-index: 2;
}

.c-banner1 .swiper-slide video {
    width: 100%;
}

.c-banner1 .swiper-slide img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

@media (max-width: 748px) {
    .c-banner1 .swiper-slide .c-pc {
        display: none;
    }
}

.c-banner1 .swiper-slide .c-mb {
    display: none;
}

@media (max-width: 748px) {
    .c-banner1 .swiper-slide .c-mb {
        display: block;
    }
}

.c-banner1 .swiper-slide video {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 972px) {
    .c-banner1 .swiper-slide video {
        display: none;
    }
}

.c-banner1 .swiper-button-next:hover,
.c-banner1 .swiper-button-prev:hover {
    opacity: 1;
}

.c-banner1 .swiper-pagination {
    bottom: 3%;
    background: none;
}

.c-banner1 .swiper-pagination-bullet {
    position: relative;
    opacity: 1;
    margin: 0 5px !important;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: none !important;
    border-radius: 0;
}

@media (max-width: 1580px) {
    .c-banner1 .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
        border-radius: 50%;
    }
    .c-banner1 .swiper-slide {
        height: 100% !important;
        overflow: hidden;
        position: relative;
    }
}

@media (max-width: 972px) {
    .c-banner1 .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
        border-radius: 50%;
    }
}

.c-banner1 .swiper-pagination-bullet span {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: none;
    transition: 0s;
    border: 1px solid #fff;
}

.c-banner1 .swiper-pagination-bullet.swiper-pagination-bullet-active span {
    transition: 5s linear;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #1f2c5c;
    background: #1f2c5c;
}

.c-banner1 .c-box {
    position: absolute;
    top: 2.3vw;
    left: 0;
    z-index: 3;
    width: 100%;
    text-align: center;
}

@media (max-width: 972px) {
    .c-banner1 .c-box {
        top: 5vw;
    }
}

@media (max-width: 748px) {
    .c-banner1 .c-box {
        top: 6vw;
    }
}

.c-banner1 .c-box .c-title {
    font-family: "opensans-bold";
    font-size: 72px;
    line-height: 82px;
}

@media (max-width: 1580px) {
    .c-banner1 .c-box .c-title {
        font-size: 54px;
        line-height: 64px;
    }
}

@media (max-width: 748px) {
    .c-banner1 .c-box .c-title {
        font-size: 30px;
        line-height: 40px;
    }
}

.c-banner1 .c-box .c-text {
    padding: 30px 0 35px;
    font-size: 24px;
    line-height: 34px;
}

@media (max-width: 748px) {
    .c-banner1 .c-box .c-text {
        padding: 20px 0 25px;
        font-size: 20px;
        line-height: 30px;
    }
}

.c-banner1 .c-box .c-btn-box {
    display: flex;
    align-items: center;
    justify-content: center;
}

.c-banner1 .c-box .c-btn-box a:first-child {
    margin-right: 20px;
}

.c-banner1 .c-box .c-btn-box a:last-child {
    margin-right: 0;
}

.c-banner1 .on {
    color: #fff;
}

.c-banner1 .on .c-common-btn1 {
    border-color: #fff;
    color: #fff;
    background: transparent;
}

.c-banner1 .on .c-common-btn1:hover {
    border-color: #1f2c5c;
}

.c-banner1 .swiper-slide .f_cont {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    z-index: 4;
}

@media (max-width: 767px) {
    .c-banner1 .swiper-slide .f_cont {
        width: 100%;
    }
}

.c-banner1 .swiper-slide .f_cont .font {
    width: 100%;
    color: #fff;
}

.c-banner1 .swiper-slide .f_cont .font .tit {
    font-weight: bold;
    font-style: oblique;
    line-height: 1.2;
    /* font-family: SourceHanSansCN-Heavy; */
    margin-bottom: 20px;
    font-size: 72px;
}

@media (max-width: 1440px) {
    .c-banner1 .swiper-slide .f_cont .font .tit {
        font-size: 50px;
    }
}

@media (max-width: 1199px) {
    .c-banner1 .swiper-slide .f_cont .font .tit {
        margin-bottom: 14px;
        font-size: 36px;
    }
}

@media (max-width: 991px) {
    .c-banner1 .swiper-slide .f_cont .font .tit {
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    .c-banner1 .swiper-slide .f_cont .font .tit {
        font-size: 26px;
    }
}

.c-banner1 .swiper-slide .f_cont .font .tit span {
    display: flex;
}

@media (max-width: 1440px) {
    .c-banner1 .swiper-slide .f_cont .font .tit span::before {
        width: 30px;
        margin-top: 26px;
        height: 8px;
    }
}

@media (max-width: 1199px) {
    .c-banner1 .swiper-slide .f_cont .font .tit span::before {
        width: 20px;
        height: 5px;
        margin-top: 20px;
    }
}

@media (max-width: 991px) {
    .c-banner1 .swiper-slide .f_cont .font .tit span::before {
        margin-top: 16px;
    }
}

@media (max-width: 767px) {
    .c-banner1 .swiper-slide .f_cont .font .tit span {
        padding-left: 20px;
    }
}

.c-banner1 .swiper-slide .f_cont .font .text {
    font-size: 22px;
    margin-bottom: 56px;
}

@media (max-width: 1440px) {
    .c-banner1 .swiper-slide .f_cont .font .text {
        margin-bottom: 46px;
    }
}

@media (max-width: 1199px) {
    .c-banner1 .swiper-slide .f_cont .font .text {
        margin-bottom: 36px;
    }
}

@media (max-width: 991px) {
    .c-banner1 .swiper-slide .f_cont .font .text {
        margin-bottom: 26px;
        font-size: 18px;
    }
}


/* ==========================================================================
关于佳纳
==========================================================================*/

#about {
    overflow: hidden;
    background: #fff;
    position: relative;
    z-index: 2;
}

#about .about_nr {
    display: flex;
    overflow: hidden;
    background: #1f2c5c;
    align-items: center;
    position: relative;
}

#about .about_nr .title h2 {
    font-size: 30px;
    color: #fff;
    font-weight: 600;
    line-height: 1;
}

#about .about_nr .box_l {
    flex: 0.5;
    padding-right: 0;
    padding-left: 0;
}

#about .about_nr .box_l .box {
    position: relative;
    width: 100%;
    z-index: 3;
}

#about .about_nr .title p {
    color: #fff;
    font-size: 48px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
}


/* 动态 */

#canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.anim-object3:before {
    position: absolute;
    content: "";
    background-image: url(../images/1.png);
    height: 325px;
    width: 325px;
    top: 40%;
    left: 0;
    background-size: contain;
    background-repeat: no-repeat;
    animation-name: spinInfinit;
    animation-duration: 60s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    opacity: 1;
    z-index: 1;
}

@keyframes spinInfinit {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

#about .about_nr .box_r {
    flex: 0.5;
}

#about .about_nr .box_l .flex {
    width: 100%;
    padding: 5%;
}

#about .about_nr .box_l .flex .desc {
    margin-top: 22px;
    font-size: 16px;
    color: #fff;
    line-height: 1.8;
    display: block;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

#about .about_nr .c-common-btn1 {
    display: block;
    text-align: left;
    border-radius: 4px;
    font-size: 18px;
    color: #fff;
    border: 1px solid #fff;
    position: relative;
    margin-top: 62px;
    text-align: center;
    z-index: 3;
}

#about .about_nr .c-common-btn1:hover {
    color: #1f2c5c;
    background: #fff;
}

#about .about_nr .c-common-btn1::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 110%;
    z-index: -1;
    height: 400%;
    background: #fff;
    transition: 0.5s;
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
}

#about .about_nr .c-common-btn1:hover::before {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}

#about .about_nr .box_r {
    padding-left: 0px;
    padding-right: 0px;
    position: relative;
}

#about .about_nr .title p {
    margin-bottom: 20px;
}

#about .about_nr .box_r .swiper-button-next {
    left: -28px;
}

#about .about_nr .box_r .swiper-button-prev {
    left: 5px;
    transform: rotate(180deg);
}

#about .about_nr .box_r .swiper-button-next:hover,
#about .about_nr .box_r .swiper-button-prev:hover {
    background: url(../images/about_ico_on.png)no-repeat center;
}

#about .about_nr .box_r .swiper-container {
    position: static;
}

#about .about_nr .box_r .swiper-pagination {
    display: none;
}

@media(max-width: 1650px) {
    #about .about_nr .box_l {
        padding-right: 0;
    }
    #about .about_nr .box_l .flex {
        padding: 5%;
    }
}

@media(max-width: 1410px) {
    #about .about_nr .box_r .swiper-button-next,
    #about .about_nr .box_r .swiper-button-prev {
        top: 53%;
    }
}

@media(max-width: 1310px) {
    #about .about_nr .box_l .flex a {
        font-size: 16px;
    }
}

@media(max-width: 1199px) {
    #about .about_nr .box_l {
        padding-right: 0;
    }
    #about .about_nr .box_l .flex .desc {
        font-size: 14px;
        margin-top: 10px;
        height: auto;
    }
    #about .about_nr .box_l .flex a {
        margin-top: 20px;
    }
    #scroll .number .stat-items {
        margin-top: 10px;
    }
    #about .about_nr .box_l .flex .desc {
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
}

@media(max-width: 991px) {
    #about {
        padding-top: 65px;
    }
    #about .about_nr .box_l .flex .title {
        text-align: left;
    }
    #about .about_nr .box_l .flex .title p {
        font-size: 18px;
    }
    #about .about_nr .box_l .flex .title h2 {
        font-size: 24px;
    }
    .about_logo .subsidiary .list a {
        font-size: 14px !important;
    }
    #about .about_nr .box_l .flex a {
        display: none;
    }
    #about .about_nr .box_r .swiper-button-next,
    #about .about_nr .box_r .swiper-button-prev {
        top: 56%;
    }
    .f45,
    .c-common-box .c-text-box .c-title,
    #c-culture3 .c-en-title,
    .ohsas_content .title {
        font-size: 24px !important;
    }
    .home-section3 .cont .gt .home3-cont .swiper-slide .left .lab {
        font-size: 24px !important;
    }
}

@media(max-width: 767px) {
    #update_itera .up_it_video video {
        display: none;
    }
    #about .about_nr {
        display: block;
    }
    #about {
        padding-top: 35px;
    }
    .about_logo {
        margin: 30px 0 !important;
    }
    .home-section3 {
        margin-top: 30px !important;
    }
    #about .about_nr .box_l {
        display: block;
        overflow: hidden;
        width: 100%;
        padding-right: 0px;
    }
    #about .about_nr .box_r::after {
        display: none;
    }
    #about .about_nr .box_r::before {
        display: none;
    }
    #about .about_nr .box_r .swiper-button-next,
    #about .about_nr .box_r .swiper-button-prev {
        display: none;
    }
    #about .about_nr .box_r .swiper-pagination {
        display: block;
    }
    #about .about_nr .box_r .swiper-pagination .swiper-pagination-bullet-active {
        background: #093f6a;
    }
    .about_logo .subsidiary .list {
        width: 50% !important;
        padding: 0 15px !important;
    }
    .about_logo .subsidiary .list a {
        height: 80px !important;
        line-height: 80px !important;
    }
}

@media(max-width: 500px) {
    #about .about_nr .box_l .flex .title h2 {
        text-align: center;
    }
    #about .about_nr .box_l .flex .title p,
    .home-section3 .cont .gt .home3-cont .swiper-slide .left .lab {
        text-align: center;
    }
    #about .about_nr .box_l .flex .desc {
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
        height: 90px;
    }
}


/*数字滚动*/

#scroll {
    position: relative;
    z-index: 2;
    margin: 53px 0;
}

#scroll .number {
    display: block;
}

#scroll .number .stat-items {
    text-align: center;
    display: block;
}

#scroll .number .stat-items .stat-items-t {
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    line-height: 1;
}

#scroll .number .stat-items .stat-items-unit {
    font-size: 16px;
    color: #fff;
    line-height: normal;
}

#scroll .number .stat-items p {
    line-height: normal;
    display: block;
    font-size: 16px;
    color: #fff;
    margin-top: 5px;
}

#scroll .number .stat-items .stat-items-t {
    position: relative;
}

#scroll .number .stat-items .stat-items-t::after {
    position: absolute;
    content: '';
    width: 30px;
    height: 30px;
    display: block;
    top: 17px;
    right: -80px;
}

@media(max-width: 1510px) {
    #scroll .number .stat-items .stat-items-t {
        font-size: 24px;
    }
    #scroll .number .stat-items p {
        line-height: normal;
        display: block;
        font-size: 14px;
    }
    #scroll .number .stat-items .stat-items-t::after {
        right: -65px;
    }
    #scroll {
        padding-bottom: 0;
        margin: 30px 0;
    }
}

@media(max-width: 1310px) {
    #scroll .number .stat-items .stat-items-t::after {
        width: 30px;
        height: 30px;
    }
    #scroll .number .stat-items .stat-items-t {
        font-size: 20px !important;
    }
    #scroll .number .stat-items .stat-items-unit {
        font-size: 14px;
    }
    #about .about_nr .title p {
        font-size: 30px;
        margin-bottom: 10px;
    }
    #about .about_nr .title h2 {
        font-size: 22px;
    }
    #about .about_nr .box_l .flex .descn {
        line-height: 1.3 !important;
        margin-top: 10px !important;
    }
    p {
        font-size: 14px;
        line-height: 1.6;
    }
    #scroll {
        margin: 15px 0;
    }
}

@media(max-width: 1199px) {
    #scroll .number .stat-items .stat-items-t::after {
        display: none;
    }
    #scroll .number .stat-items .stat-items-t {
        font-size: 40px;
    }
}

@media(max-width: 767px) {
    #scroll {
        padding-bottom: 30px;
    }
    #scroll .number .stat-items {
        margin-bottom: 20px;
    }
}

@media(max-width: 500px) {
    #scroll .number .stat-items .stat-items-t {
        font-size: 32px;
    }
    #scroll .number .stat-items p {
        font-size: 14px;
        line-height: 2;
    }
    #scroll {
        padding-bottom: 0px;
    }
}


/* 子公司 */

.about_logo {
    margin: 5% 0 0;
}

.about_logo .subsidiary {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.about_logo .subsidiary .list {
    float: left;
    width: 20%;
    padding-right: 15px;
}

.about_logo .subsidiary .list:last-child {
    padding-right: 0;
}

.about_logo .col-xs-12 {
    padding: 0;
}

.about_logo .subsidiary .list a {
    text-align: center;
    width: 100% !important;
    height: 120px;
    line-height: 120px;
    font-size: 18px;
    font-weight: 600;
    border: 1px solid #eee;
    background: #f5f5f5;
    color: #000;
}

.about_logo .subsidiary .list a:hover {
    color: #fff;
}


/* ==========================================================================
视频
==========================================================================*/


/* 视频弹窗 */

#hi-video-pop {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999999999999999999999999999999999999999999999999999999;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#hi-video-pop * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#hi-video-pop .hi-close {
    position: fixed;
    top: 86%;
    left: 50%;
    margin-left: -25px;
    width: 50px;
    height: 50px;
    color: #fff;
    background: #fff;
    border-radius: 50%;
    transition: 0.5s;
    cursor: pointer;
}

#hi-video-pop .hi-close:after,
#hi-video-pop .hi-close:before {
    content: "";
    position: absolute;
    bottom: 24px;
    left: 10px;
    width: 30px;
    height: 2px;
    background: #333;
    transition: 0.5s;
}

#hi-video-pop .hi-close:hover {
    background: #1f2c5c;
}

#hi-video-pop .hi-close:hover:after,
#hi-video-pop .hi-close:hover:before {
    background: #fff;
}

#hi-video-pop .hi-close:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#hi-video-pop .hi-close:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#hi-video-pop video {
    position: fixed;
    left: 50%;
    top: 50%;
    max-width: 90%;
    max-height: 70%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}


/* 视频弹窗 */

#hi-iframe-video {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999999999999999999999999999999999999999999999999999999999999999999999;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#hi-iframe-video * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#hi-iframe-video .hi-close {
    position: fixed;
    top: 86%;
    left: 50%;
    margin-left: -25px;
    width: 50px;
    height: 50px;
    color: #fff;
    background: #fff;
    border-radius: 50%;
    transition: 0.5s;
    cursor: pointer;
}

#hi-iframe-video .hi-close:after,
#hi-iframe-video .hi-close:before {
    content: "";
    position: absolute;
    bottom: 24px;
    left: 10px;
    width: 30px;
    height: 2px;
    background: #333;
    transition: 0.5s;
}

#hi-iframe-video .hi-close:hover {
    background: #1f2c5c;
}

#hi-iframe-video .hi-close:hover:after,
#hi-iframe-video .hi-close:hover:before {
    background: #fff;
}

#hi-iframe-video .hi-close:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#hi-iframe-video .hi-close:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#hi-iframe-video iframe {
    position: fixed;
    left: 50%;
    top: 50%;
    width: 100vh;
    height: 60vh;
    max-width: 90%;
    max-height: 70%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media (max-width: 972px) {
    #hi-iframe-video iframe {
        width: 90vw;
        height: 60vw;
    }
}

.c-common-box {
    position: relative;
    margin-top: 5%;
}

.c-common-box video {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.c-common-box img {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.c-common-box img:nth-child(2) {
    display: block;
}

@media (max-width: 748px) {
    .c-common-box img {
        display: block;
    }
}

.c-common-box .c-text-box {
    padding: 160px 0;
    position: relative;
    z-index: 2;
    color: #fff;
    text-align: center;
    background: rgba(0, 0, 0, 0.3);
}

@media (max-width: 1580px) {
    .c-common-box .c-text-box {
        padding: 120px 0;
    }
}

@media (max-width: 748px) {
    .c-common-box .c-text-box {
        padding: 60px 0;
    }
}

.c-common-box .c-text-box .c-title {
    font-family: "opensans-bold";
    font-size: 60px;
    line-height: 70px;
}

@media (max-width: 1580px) {
    .c-common-box .c-text-box .c-title {
        font-size: 40px;
        line-height: 50px;
    }
}

@media (max-width: 748px) {
    .c-common-box .c-text-box .c-title {
        font-size: 18px !important;
        line-height: 40px;
    }
}

.c-common-box .c-text-box .c-text {
    margin: 20px 0 40px;
    font-size: 24px;
    line-height: 34px;
}

@media (max-width: 748px) {
    .c-common-box .c-text-box .c-text {
        margin: 10px 0 20px;
        font-size: 20px;
        line-height: 30px;
    }
}

.c-common-box .c-text-box .c-btn,
.c-text-box .c-btn {
    margin: 0 auto;
    width: 72px;
    height: 72px;
    background: url(../images/icon-play1.png) no-repeat center / 100%;
    cursor: pointer;
    transition: 0.5s;
}

@media (max-width: 748px) {
    .c-common-box .c-text-box .c-btn {
        width: 50px;
        height: 50px;
    }
}

.c-common-box .c-text-box .c-btn:hover,
.c-text-box .c-btn:hover {
    transform: scale(0.8, 0.8);
    -webkit-transform: scale(0.8, 0.8);
}

.c-common-box .c-text-box .c-common-btn2 {
    margin-top: 40px;
}

.c-common-box.c-dt .c-text-box {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    height: -webkit-calc(0vh);
    height: calc(100vh - 100px);
}

@media (max-width: 972px) {
    .c-common-box.c-dt .c-text-box {
        height: -webkit-calc(40vh);
        height: calc(100vh - 60px);
    }
}

.c-common-box.c-dt .c-text-box .c-text2 {
    margin-bottom: 35px;
    font-family: "opensans-bold";
    font-size: 48px;
    line-height: 58px;
}

@media (max-width: 1580px) {
    .c-common-box.c-dt .c-text-box .c-text2 {
        font-size: 30px;
        line-height: 40px;
    }
}

@media (max-width: 748px) {
    .c-common-box.c-dt .c-text-box .c-text2 {
        font-size: 20px;
        line-height: 30px;
    }
}


/* ==========================================================================
核心业务
==========================================================================*/

.home-section3 {
    margin-top: 5%;
}

.home-section3 .basecont {
    position: relative;
}

.home-section3 .cont {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.home-section3 .cont .lt {
    width: 100%;
}

.home-section3 .cont .gt .home3-cont .swiper-slide .left .lab {
    font-size: 45px;
    line-height: 1;
    color: #000;
    font-weight: lighter;
    text-align: center;
}

@media (max-width: 1440px) {
    .home-section3 .cont .gt .home3-cont .swiper-slide .left .lab {
        font-size: 36px;
    }
}

@media (max-width: 1199px) {
    .home-section3 .cont .gt .home3-cont .swiper-slide .left .lab {
        margin-bottom: 20px;
    }
}

.home-section3 .cont .gt .home3-cont .swiper-slide .left .tit {
    font-size: 30px;
    line-height: 1.3;
    font-weight: bold;
    margin-top: 32px;
    margin-bottom: 20px;
}

@media (max-width: 1681px) {
    .home-section3 .cont .gt .home3-cont .swiper-slide .left .tit {
        font-size: 30px;
    }
}

@media (max-width: 1440px) {
    .home-section3 .cont .gt .home3-cont .swiper-slide .left .tit {
        font-size: 24px;
        margin-bottom: 20px;
    }
}

@media (max-width: 1199px) {
    .home-section3 .cont .gt .home3-cont .swiper-slide .left .tit {
        font-size: 22px;
    }
}

@media (max-width: 991px) {
    .home-section3 .cont .gt .home3-cont .swiper-slide .left .tit {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .home-section3 .pag span p {
        font-size: 12px !important;
    }
    .main&gt;.inner {
        margin-top: 0 !important;
    }
    #about {
        padding-top: 30px;
    }
    #c-top-site .box .c-left a {
        font-size: 16px !important;
    }
    .cultur_box3 .list {
        width: 100% !important;
        margin-top: 15px;
    }
    .inner-tit {
        margin-bottom: 20px !important;
    }
}

@media (max-width: 767px) {
    .container {
        width: 100%;
        max-width: 100% !important;
    }
    .home-section3 .cont .gt .home3-cont .swiper-slide .left {
        width: 100% !important;
        padding: 0 0 20px !important;
    }
    .home-section3 .cont .gt .home3-cont .swiper-slide {
        display: flex;
        flex-direction: column !important;
    }
    .home-section3 .cont .gt .home3-cont .swiper-slide .img {
        width: 100% !important;
    }
    .footerbox-fixed .gt {
        width: 100% !important;
    }
    #c-msg form {
        padding: 20px !important;
    }
    #c-msg .c-list li {
        width: 100% !important;
    }
    #c-msg .c-list input {
        height: 30px !important;
        line-height: 30px !important;
    }
    #c-msg .c-list button {
        width: 100% !important;
        margin-bottom: 10px;
    }
    #c-msg .c-list button:first-child {
        margin-right: 0 !important;
    }
    .c-common-box .c-text-box .c-text,
    #c-application5 .c-list .c-text-box .c-title,
    .home-section5 .ho5-cont .item .font .tit,
    #c-contact .content .list .title {
        font-size: 14px !important;
    }
    .home-section5 .ho5-cont .news_box {
        margin-top: 15px !important;
    }
    #c-infomation .c-wrap .c-img-box {
        width: 100%;
        flex: 0 0 100% !important;
    }
}
.c-img-box{
  position: relative;
}
.c-img-box .c-img-box{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.c-banner5-wrap .swiper-wrapper{
    align-items: center;
}
.home-section3 .cont .gt .home3-cont .swiper-slide .left .tit span {
    color: #000;
}

.home-section3 .cont .gt .home3-cont .swiper-slide .left .text {
    font-size: 16px;
    color: #777777;
    line-height: 26px;
    margin: 0 0 22px;
}

.home-section3 .cont .gt .home3-cont .swiper-slide .left .text p {
    overflow: hidden;
    text-overflow: ellipsis;
    /*表示文本超出时候用 “...” 来代替*/
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

@media (max-width: 1199px) {
    .home-section3 .cont .gt .home3-cont .swiper-slide .left .text {
        font-size: 14px;
        line-height: 24px;
    }
}

.home-section3 .cont .gt {
    width: 100%;
}

.home-section3 .cont .gt .home3-cont {
    width: 100%;
}

.home-section3 .cont .gt .home3-cont .swiper-slide {
    width: 100% !important;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.home-section3 .cont .gt .home3-cont .swiper-slide .left {
    width: 50%;
    padding: 0 60px 0 0;
}

.home-section3 .cont .gt .home3-cont .swiper-slide .img {
    width: 50%;
}

.none {
    display: none;
}

.block {
    display: block;
}

.home-section3 .cont .gt .home3-cont .swiper-slide .img img {
    width: 100%;
}

.home-section3 .pag {
    margin: 0 auto;
    position: relative;
    display: flex;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30%;
    z-index: 3333;
}

@media (max-width: 1681px) {
    .home-section3 .pag {
        bottom: 0px;
    }
}

@media (max-width: 1366px) {
    .home-section3 .pag {
        bottom: -10px;
    }
}

@media (max-width: 1199px) {
    .home-section3 .pag {
        padding: 0 20px;
        /* display: none; */
        position: relative;
        width: 100%;
        bottom: 0;
    }
}

@media (max-width: 991px) {
    .home-section3 .pag {
        padding: 34px 0;
        width: 100%;
        /* display: none; */
    }
}

@media (max-width: 767px) {
    .home-section3 .pag {
        justify-content: center;
    }
    .home-section3 .pag {
        padding: 0 0 30px !important;
    }
    #home .know,
    .home-section5,
    #home .others {
        margin: 30px 0 0 !important;
    }
    #home .know .arrows {
        margin: 32px auto 10px !important;
    }
    .home-section5 .ho5-cont {
        margin-top: 20px;
    }
    .home-section5 .ho5-cont .item .font .tit {
        margin-bottom: 5px !important;
    }
    #home .others .others_ul_li {
        padding: 0 !important;
        margin: 0 0 15px;
    }
}

.home-section3 .pag span {
    background-color: transparent;
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    opacity: 1;
    pointer-events: auto;
    position: relative;
    width: 44px;
    height: 44px;
    border: 2px solid #efefef;
    border-radius: 50%;
    margin: 0 20px;
    cursor: pointer;
}

@media (max-width: 991px) {
    .home-section3 .pag span {
        font-size: 14px;
        width: 32px;
        height: 32px;
        border-width: 2px;
    }
}

.home-section3 .pag span:last-child {
    margin-right: 0;
}

.home-section3 .pag span .left,
.home-section3 .pag span .right {
    opacity: 0;
    width: 22px;
    height: 44px;
    position: absolute;
    left: -1px;
    top: -3px;
    overflow: hidden;
}

@media (max-width: 1199px) {
    .home-section3 .pag span .left,
    .home-section3 .pag span .right {
        width: 16px;
        height: 32px;
        left: -2px;
        top: -2px;
    }
}

.home-section3 .pag span .left:after,
.home-section3 .pag span .right:after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 22px;
    height: 44px;
    border: 2px solid #093f6a;
    border-radius: 22px 0 0 22px;
    border-right: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media (max-width: 1199px) {
    .home-section3 .pag span .left:after,
    .home-section3 .pag span .right:after {
        border-width: 2px;
        width: 16px;
        height: 32px;
        border-radius: 16px 0 0 16px;
    }
}

.home-section3 .pag span i {
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #333;
}

.home-section3 .pag span .right {
    left: auto;
    right: -3px;
}

@media (max-width: 1199px) {
    .home-section3 .pag span .right {
        right: -2px;
    }
}

.home-section3 .pag span .right:after {
    content: "";
    position: absolute;
    display: block;
    border-radius: 0 22px 22px 0;
    border: 2px solid #093f6a;
    border-left: 0;
}

@media (max-width: 1199px) {
    .home-section3 .pag span .right:after {
        border-width: 2px;
        border-radius: 0 16px 16px 0;
    }
}

.home-section3 .pag span p {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    font-size: 14px;
    color: #555555;
    width: 120px;
}

.home-section3 .pag .on {
    color: #093f6a;
}

.home-section3 .pag .on .left {
    opacity: 1;
}

.home-section3 .pag .on .left:after {
    transform-origin: right center;
    animation-fill-mode: forwards;
    animation-duration: 3s;
    animation-timing-function: linear;
    animation-name: spinleft;
}

.home-section3 .pag .on .right {
    opacity: 1;
}

.home-section3 .pag .on .right:after {
    transform-origin: left center;
    /* animation-iteration-count: infinite; */
    animation-fill-mode: forwards;
    animation-duration: 3s;
    animation-timing-function: linear;
    animation-name: spinright;
}

.home-section3 .pag .on i {
    background-color: #093f6a;
}


/* ==========================================================================
产品应用
==========================================================================*/

#home .banner .text .btn {
    margin-top: 30px;
    -webkit-animation: fadeOut 1s both;
    animation: fadeOut 1s both;
}

.max-md-size #home .banner .text .btn:hover {
    color: #fff;
    border-color: #fff;
    -webkit-animation: none;
    animation: none;
}

#home .banner .slick-current .text .title {
    -webkit-animation: fadeInDown 1s both;
    animation: fadeInDown 1s both;
}

#home .banner .slick-current .text .summary {
    -webkit-animation: fadeInUp 1s both 0.3s;
    animation: fadeInUp 1s both 0.3s;
}

#home .banner .slick-current .text .btn {
    -webkit-animation: fadeInUp 1s both 0.5s;
    animation: fadeInUp 1s both 0.5s;
}

.m-head-title-img {
    width: 100%;
}

#home .know .arrows {
    display: none;
    width: 80px;
    height: 34px;
    margin: 0 auto 30px auto;
    position: relative;
}

#home .know {
    margin: 7% 0 0;
}

#home .know .block {
    position: relative;
}

#home .know .block .slider-nav {
    width: 220px;
    padding: 120px 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    background-color: rgba(0, 39, 98, 0.3);
    text-align: center;
}

#home .know .block .slider-nav .slick-slide {
    padding: 10px 0;
    cursor: pointer;
}

#home .know .block .slider-nav .icon {
    width: 120px;
    height: 120px;
    margin: auto;
    border: 1px solid transparent;
    border-radius: 50%;
    position: relative;
    -webkit-transition: border 0.5s;
    -o-transition: border 0.5s;
    transition: border 0.5s;
}

#home .know .block .slider-nav .icon .jqimgFill {
    width: 70px;
    height: 70px;
    margin: -35px 0 0 -35px;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
}

#home .know .block .slider-nav .loader {
    width: 240px;
    height: 240px;
    margin: -120px 0 0 -120px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    stroke-linecap: round;
    stroke-width: 2;
    fill: none;
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

#home .know .block .slider-nav .loader .internal-circle {
    stroke: #fff;
    stroke-dashoffset: 0;
    stroke-dasharray: 187;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
}

#home .know .block .slider-nav .slick-current .icon {
    border-color: rgba(255, 255, 255, 0.2);
}

#home .know .block .slider-nav .slick-current .loader {
    opacity: 1;
}

#home .know .block .slider-nav .slick-current .loader .internal-circle {
    -webkit-animation: internal 6s ease-in-out normal;
    animation: internal 6s ease-in-out normal;
}

#home .know .block .slider-pic {
    position: relative;
    z-index: 1;
}

#home .know .block .slider-pic .bg {
    height: 850px;
    overflow: hidden;
}

#home .know .block .slider-pic .text {
    width: 100%;
    padding-right: 30px;
    padding-left: 290px;
    position: absolute;
    left: 0;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
    color: #fff;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

#home .know .block .slider-pic .text .name {
    margin-top: 0;
    margin-bottom: 30px;
    line-height: 1em;
    font-weight: bold;
    -webkit-animation: fadeOut 1s both;
    animation: fadeOut 1s both;
}

#home .know .block .slider-pic .text .summary {
    max-width: 550px;
    -webkit-animation: fadeOut 1s both;
    animation: fadeOut 1s both;
}

#home .know .block .slider-pic .text .btns {
    margin-top: 30px;
    -webkit-animation: fadeOut 1s both;
    animation: fadeOut 1s both;
}

#home .know .block .slider-pic .text .btns a.btn {
    margin-right: 20px;
}

#home .know .block .slider-pic .text .btns a.btn:hover {
    text-shadow: none;
}

#home .know .block .slider-pic .slick-current .text .name {
    -webkit-animation: fadeInDown 1s both;
    animation: fadeInDown 1s both;
}

#home .know .block .slider-pic .slick-current .text .summary {
    -webkit-animation: fadeInUp 1s both 0.3s;
    animation: fadeInUp 1s both 0.3s;
    font-size: 17px;
    line-height: 2;
}

#home .know .block .slider-pic .slick-current .text .btns {
    -webkit-animation: fadeInUp 1s both 0.5s;
    animation: fadeInUp 1s both 0.5s;
}

#home .know .block .slider-pic .slick-slide {
    position: relative;
}

#home .know .block .slider-pic .slick-slide .pro-list {
    width: 500px;
    height: 100%;
    padding: 2% 20px;
    position: absolute;
    right: -605px;
    top: 0;
    z-index: 4;
    opacity: 0;
    background-color: #f5f5f5;
    -webkit-transition: right 1s ease, opacity 1s;
    -o-transition: right 1s ease, opacity 1s;
    transition: right 1s ease, opacity 1s;
}

#home .know .block .slider-pic .slick-slide .pro-list.show {
    right: 0;
    opacity: 1;
}

#home .know .block .slider-pic .slick-slide .pro-list .top {
    height: 80px;
    padding: 0 50px;
    position: relative;
}

#home .know .block .slider-pic .slick-slide .pro-list .top .close {
    width: 42px;
    height: 42px;
    position: absolute;
    right: 0;
    top: 0;
    background: url(../images/ico32.png) no-repeat;
}

#home .know .block .slider-pic .slick-slide .pro-list .top .icon {
    width: 50px;
    position: absolute;
    left: 0;
    top: 0;
}

#home .know .block .slider-pic .slick-slide .pro-list .top .name {
    padding-top: 10px;
    color: #000;
    font-size: 16px;
}

#home .know .block .slider-pic .slick-slide .pro-list .scrollbar {
    max-height: 682px;
}

#home .know .block .slider-pic .slick-slide .pro-list .scrollbar .mCSB_inside&gt;.mCSB_container {
    padding: 0 30px;
}

#home .know .block .slider-pic .slick-slide .pro-list .scrollbar .mCSB_scrollTools .mCSB_draggerContainer {
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

#home .know .block .slider-pic .slick-slide .pro-list .scrollbar:hover .mCSB_scrollTools .mCSB_draggerContainer {
    opacity: 1;
}

#home .know .block .slider-pic .slick-slide .pro-list ul.list a {
    display: block;
    margin-bottom: 1px;
    position: relative;
    overflow: hidden;
}

#home .know .block .slider-pic .slick-slide .pro-list ul.list a span {
    display: block;
}

#home .know .block .slider-pic .slick-slide .pro-list ul.list a .pic {
    height: 230px;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    -o-transition: transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
}

#home .know .block .slider-pic .slick-slide .pro-list ul.list a .pic:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    background-color: #000;
    opacity: 0.5;
    -webkit-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

#home .know .block .slider-pic .slick-slide .pro-list ul.list a .sub-name {
    width: 100%;
    margin: 0;
    position: absolute;
    left: 0;
    top: 50%;
    bottom: auto;
    z-index: 3;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
    font-size: 22px;
    text-align: center;
    text-decoration: none;
}

#home .know .block .slider-pic .slick-slide .pro-list ul.list a:hover .pic {
    -webkit-transform: scale(1.05) rotate(0.2deg);
    -ms-transform: scale(1.05) rotate(0.2deg);
    transform: scale(1.05) rotate(0.2deg);
}

#home .know .block .slider-pic .slick-slide .pro-list ul.list a:hover .pic:before {
    opacity: 0.2;
}

.slider-pic-ico ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    margin: 30px 0 0;
    padding: 0;
}

.slider-pic-ico ul li {
    margin-right: 30px;
}

.slider-pic-ico ul li:last-child {
    margin-right: 0;
}

.slider-pic-ico ul li a {
    display: inline-block;
    width: 100px;
}

.slider-pic-ico ul li a img {
    width: 100%;
}

@media (max-width: 1920px) {
    #home .know .block .slider-pic .bg {
        height: 700px;
    }
    #home .know .block .slider-nav {
        padding: 60px 0;
    }
}

@media (max-width: 1023px) {
    #home .banner .slick-current .text .title {
        -webkit-animation: none;
        animation: none;
    }
    #home .banner .slick-current .text .btn {
        -webkit-animation: none;
        animation: none;
    }
    #home .banner .slick-current .text .summary {
        -webkit-animation: none;
        animation: none;
        font-size: 14px;
    }
    #home .banner .text .btn {
        margin-top: 20px;
    }
    #home .banner .text .summary {
        -webkit-animation: none;
        animation: none;
    }
    #home .know .arrows {
        display: block;
    }
    #home .know .home-title {
        padding-bottom: 20px;
    }
    #home .know .block .slider-nav {
        width: 180px;
    }
    #home .know .block .slider-nav {
        display: none;
    }
    #home .know .block .slider-nav .loader {
        display: none;
    }
    #home .know .block .slider-pic .bg {
        height: 400px;
    }
    #home .know .block .slider-pic .bg:after {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 2;
        background-color: #000;
        opacity: 0.3;
    }
    #home .know .block .slider-pic .text {
        padding-left: 230px;
    }
    #home .know .block .slider-pic .text {
        padding: 0 60px;
    }
    #home .know .block .slider-pic .text {
        padding: 0 30px;
        z-index: 3;
    }
    #home .know .block .slider-pic .text .name {
        margin-bottom: 20px;
    }
    #home .know .block .slider-pic .text .btns {
        margin-top: 20px;
    }
    #home .know .block .slider-pic .text .btns .btn {
        min-width: 0;
    }
    .know .block .slider-pic .text .btns a.btn {
        margin-right: 10px;
    }
    #home .know .block .slider-pic .slick-slide .pro-list {
        width: 300px;
    }
    #home .know .block .slider-pic .slick-slide .pro-list .top {
        height: auto;
        margin-bottom: 20px;
    }
    #home .know .block .slider-pic .slick-slide .pro-list .top {
        padding-left: 60px;
    }
    #home .know .block .slider-pic .slick-slide .pro-list .top .close {
        right: 10px;
    }
    #home .know .block .slider-pic .slick-slide .pro-list .top .icon {
        width: 40px;
    }
    #home .know .block .slider-pic .slick-slide .pro-list .top .icon {
        left: 15px;
    }
    #home .know .block .slider-pic .slick-slide .pro-list .scrollbar {
        max-height: 330px;
    }
    #home .know .block .slider-pic .slick-slide .pro-list .scrollbar .mCSB_inside&gt;.mCSB_container {
        padding: 0 20px;
    }
    #home .know .block .slider-pic .slick-slide .pro-list .scrollbar .mCSB_scrollTools .mCSB_draggerContainer {
        opacity: 1;
    }
    #home .know .block .slider-pic .slick-slide .pro-list ul.list a .pic {
        height: 130px;
    }
    #home .know .block .slider-pic .slick-slide .pro-list ul.list a .sub-name {
        font-size: 16px;
    }
    #home .know .block .slider-pic .slick-arrow {
        background-color: rgba(0, 0, 0, 0.3);
    }
    #home .know .block .slider-pic .slick-arrow:before {
        color: #fff;
    }
    #home .know .block .slider-pic .slick-prev {
        left: 10px;
    }
    #home .know .block .slider-pic .slick-next {
        right: 10px;
    }
    .slick-prev:before {
        font-size: 22px;
        content: "&lt;";
        font-family: "宋体";
    }
    .slick-next:before {
        font-size: 22px;
        content: "&gt;";
        font-family: "宋体";
    }
    .max-md-size .f45 {
        font-size: 24px;
    }
    #scroll .number .stat-items .stat-items-t,
    .home-section3 .cont .gt .home3-cont .swiper-slide .left .lab {
        font-size: 24px;
    }
}

@media (max-width: 640px) {}


/* ==========================================================================
新闻中心
==========================================================================*/

.home-section5 {
    margin: 5% 0 0;
}

.home-section5 .f_tit {
    text-align: center;
    margin-bottom: 60px;
}

@media (max-width: 1440px) {
    .home-section5 .f_tit {
        margin-bottom: 50px;
    }
}

@media (max-width: 991px) {
    .home-section5 .f_tit {
        margin-bottom: 30px;
    }
}

.home-section5 .f_tit span {
    font-size: 24px;
    color: #cecece;
    line-height: 1;
}

@media (max-width: 1440px) {
    .home-section5 .f_tit span {
        font-size: 20px;
    }
}

.home-section5 .f_tit .tit {
    font-size: 44px;
    font-weight: bold;
    line-height: 1;
    margin-top: 15px;
}

@media (max-width: 1440px) {
    .home-section5 .f_tit .tit {
        font-size: 36px;
        margin-top: 12px;
    }
}

@media (max-width: 1199px) {
    .home-section5 .f_tit .tit {
        font-size: 30px;
    }
}

@media (max-width: 991px) {
    .home-section5 .f_tit .tit {
        margin-top: 10px;
        font-size: 26px;
    }
}

@media (max-width: 767px) {
    .home-section5 .f_tit .tit {
        font-size: 24px;
    }
}

.home-section5 .ho5-cont {
    width: 100%;
}

.home-section5 .ho5-cont .item {
    width: 100%;
}
.home-section5 .ho5-cont .item .img{
        max-width:504px;
    max-height: 282px;
}
.home-section5 .ho5-cont .item .img,
.img {
    width: 100%;

    overflow: hidden;
}

.home-section5 .ho5-cont .item .img img,
.img img {
    width: 100%;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.home-section5 .ho5-cont .item .font {
    width: 100%;
    position: relative;
}

.home-section5 .ho5-cont .news_box {
    margin-top: 60px;
    max-height: 520px;
}

.news_inner {
    margin-bottom: 5%;
}

.home-section5 .ho5-cont .item .font .jut {
    width: 100%;
    padding: 40px 30px 0;
    position: relative;
    z-index: 2;
}

@media (max-width: 1440px) {
    .home-section5 .ho5-cont .item .font .jut {
        padding: 30px 40px 0;
    }
    .home-section5 .ho5-cont .item .img{
        max-width:40rem;
    max-height: 20rem;
}
}
@media (max-width: 1199px) {

    .home-section5 .ho5-cont .item .img{
        max-width:100%;
    max-height: 300px;
}
}
@media (max-width: 1366px) {
    .home-section5 .ho5-cont .item .font .jut {
        padding: 26px 32px 0;
    }
}

@media (max-width: 991px) {
    .home-section5 .ho5-cont .item .font .jut {
        padding: 22px 26px 0;
    }
}

@media (max-width: 767px) {
    .home-section5 .ho5-cont .item .font .jut {
        padding: 10px 20px 0;
    }
}

.home-section5 .ho5-cont .item .font .hang {
    display: block;
    width: 100%;
    font-size: 14px;
    color: #1f2c5c;
    margin-bottom: 14px;
    line-height: 1;
}

.home-section5 .ho5-cont .item .font .tit {
    font-size: 22px;
    display: block;
    line-height: 32px;
    color: #222222;
    font-weight: bold;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-bottom: 15px;
}

.home-section5 .ho5-cont .item .font p {
    font-size: 17px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 30px;
}

@media (max-width: 1440px) {
    .home-section5 .ho5-cont .item .font .tit {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 24px;
    }
}

.home-section5 .ho5-cont .item .font:after,
.home-section5 .ho5-cont .item .font .data {
    width: 100%;
    content: "";
    display: block;
    padding: 0px 50px 0;
    height: 80px;
}

@media (max-width: 1440px) {
    .home-section5 .ho5-cont .item .font:after,
    .home-section5 .ho5-cont .item .font .data {
        padding: 0px 40px 0;
        height: 70px;
    }
}

@media (max-width: 1366px) {
    .home-section5 .ho5-cont .item .font:after,
    .home-section5 .ho5-cont .item .font .data {
        padding: 0px 32px 0;
    }
}

@media (max-width: 1199px) {
    .home-section5 .ho5-cont .item .font:after,
    .home-section5 .ho5-cont .item .font .data {
        height: 60px;
    }
}

@media (max-width: 991px) {
    .home-section5 .ho5-cont .item .font:after,
    .home-section5 .ho5-cont .item .font .data {
        padding: 0px 26px 0;
    }
}

@media (max-width: 767px) {
    .home-section5 .ho5-cont .item .font:after,
    .home-section5 .ho5-cont .item .font .data {
        padding: 0px 20px 0;
    }
}

.home-section5 .ho5-cont .item .font:after {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgb(31, 30, 92, 0.05);
    padding: 0;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.home-section5 .ho5-cont .item .font .data {
    width: 100%;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #999999;
    font-weight: bold;
    justify-content: space-between;
    position: relative;
    z-index: 2;
}

.home-section5 .ho5-cont .item .font .data i {
    display: block;
    width: 40px;
}

@media (max-width: 1440px) {
    .home-section5 .ho5-cont .item .font .data i {
        width: 36px;
    }
}

@media (max-width: 1199px) {
    .home-section5 .ho5-cont .item .font .data i {
        width: 30px;
    }
}

.home-section5 .ho5-cont .item .font .data i img {
    width: 100%;
}

.home-section5 .ho5-cont .item .font .data i img:nth-child(2) {
    display: none;
}

.home-section5 .ho5-cont .item:hover .img img {
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
}

.home-section5 .ho5-cont .item:hover .font:after {
    height: 100%;
}

.home-section5 .ho5-cont .item:hover .font .data i img:nth-child(1) {
    display: none;
}

.home-section5 .ho5-cont .item:hover .font .data i img:nth-child(2) {
    display: block;
}


/* ==========================================================================
衔接链接
==========================================================================*/

#home .others {
    margin: 3% 0;
    position: relative;
}

.max-md-size #home .others {
    padding-bottom: 0;
}

.max-xs-size #home .others {
    padding-bottom: 30px;
}

#home .others .others_ul {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
}

#home .others .others_ul_li {
    display: inline-block;
    vertical-align: top;
    width: 33.33%;
    padding: 0 15px;
}

#home .others .others_ul_li a {
    border: 1px solid #ddd;
    width: 100% !important;
    padding: 6% 0;
    height: auto !important;
}

#home .others .others_ul_li:last-child {
    border-right: none;
}

#home .others .others_ul_li a .inner_box {
    width: 200px;
    margin: 0 auto;
    display: inline-block;
}

#home .others .others_ul_li a .inner_box .ico {
    width: 57px;
    height: 51px;
    overflow: hidden;
    margin: 0 auto;
}

#home .others .others_ul_li .inner_box .ico img {
    width: 100%;
}

.max-bg-size #home .others ul&gt;li {
    width: 30%;
}

.max-xs-size #home .others ul&gt;li {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    padding: 0;
}

#home .others .others_ul_li a {
    display: inline-block;
}

#home .others .others_ul_li a span {
    display: block;
}

#home .others .others_ul_li a .name {
    margin-bottom: 0;
    color: #000;
    font-size: 24px;
    height: 30px;
}

.max-md-size #home .others ul&gt;li&gt;a .name {
    font-size: 20px;
}

.max-md-size #home .others .others_ul_li a .ico .ico_s {
    display: none;
}

.max-sm-size #home .others .others_ul_li a .name {
    margin-top: 10px;
}

#home .others .others_ul_li a .inner_box p {
    margin: 20px 0 0;
    font-size: 17px;
    color: #000;
    padding: 0;
}

.min-md-size #home .others .others_ul_li a:hover .name,
.min-md-size #home .others .others_ul_li a:hover p {
    color: #fff;
}

.min-md-size #home .others .others_ul_li a:hover .ico .ico_h {
    display: none;
}

.min-md-size #home .others .others_ul_li a:hover .ico .ico_s {
    display: block;
}

.min-md-size #home .others ul&gt;li&gt;a:hover .pic:before {
    opacity: 0.2;
}

.min-md-size #home .others ul&gt;li&gt;a:hover .jqimgFill {
    -webkit-filter: blur(0.3px);
    filter: blur(0.3px);
    -webkit-transform: scale(1.05) rotate(0.2deg);
    -ms-transform: scale(1.05) rotate(0.2deg);
    transform: scale(1.05) rotate(0.2deg);
}

@-webkit-keyframes internal {
    0% {
        stroke-dashoffset: 187;
    }
    100% {
        stroke-dashoffset: 0;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@keyframes internal {
    0% {
        stroke-dashoffset: 187;
    }
    100% {
        stroke-dashoffset: 0;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@media screen and (max-width: 640px) {
    #home .others {
        border-bottom: none
    }
    #home .others .others_ul_li {
        width: 100%;
        border-right: none;
    }
    .slick-arrow {
        top: 20% !important;
    }
    .max-md-size #home .news .container {
        padding: 5% 15px 0;
    }
    #home .news .news_inner_box .arrows {
        width: 360px;
        right: 0;
        transform: initial;
        margin-right: -7%;
        top: 18%;
    }
}


/* ==========================================================================
佳纳简介 
==========================================================================*/

#c-about2 {
    padding: 5% 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#c-about2.c-pd1 .c-text-box p {
    font-size: 17px;
    color: #666;
    line-height: 2.3;
    text-align: left;
}

#c-about2.c-pd1 .c-text-box {
    width: 100%;
}


/* 数字滚动 */

#c-about2 .c-list {
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
    text-align: center;
}

#c-about2 .c-list .c-tbox {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin: 0 auto;
}

#c-about2 .c-list .c-tbox .c-num-move {
    font-family: "AvantGarde";
    font-size: 60px;
    font-weight: 600;
    line-height: 70px;
    color: #1f2c5c;
    background: #1f2c5c;
    /* background-image: -webkit-linear-gradient(left, #1f2c5c, #0080cc); */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#c-about2 .c-list .c-tbox .c-text {
    font-size: 18px;
    line-height: 28px;
    color: #1f2c5c;
    padding-top: 20px;
    padding-left: 5px;
}

#c-about2 .c-list .c-tbox {
    font-size: 18px;
    line-height: 28px;
}


/* 旗下子公司 */

#c-partner {
    padding: 5% 0;
    background-repeat: no-repeat;
    background-size: cover;
}

#c-partner .en,
#c-partner .cn {
    color: #fff;
}


/* 视频 */

#c-common-box2 {
    margin: 5% 0;
}

#c-common-box2 .c-common-box {
    margin-top: 0;
}


/* ==========================================================================
企业理念 
==========================================================================*/

#c-culture {
    padding: 2% 0 5%;
}

.culture {
    margin: 0 !important;
    background: url(../images/cul-bg.jpg);
    padding: 5% 0;
    background-repeat: no-repeat;
    background-size: cover;
}

.cultur_box3 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.cultur_box3 .list {
    width: 33.33%;
    padding: 0 10px;
}

.cultur_box3 .list .c-wrap {
    position: relative;
}

.cultur_box3 .list .c-wrap .c-text-box {
    position: absolute;
    top: 50%;
    left: 10%;
    right: 10%;
    transform: translateY(-50%);
    text-align: center;
}

.cultur_box3 .list .c-wrap .c-text-box .c-title {
    font-size: 30px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 15px;
}

.cultur_box3 .list .c-wrap .c-text-box p {
    font-size: 18px;
    color: #fff;
    text-align: center;
}

#c-culture .c-list {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin: 0 -15px -30px;
}

#c-culture .c-list li {
    width: 50%;
    padding: 50px 15px 30px;
    margin-top: 30px;
}

#c-culture .c-list .c-wrap {
    text-align: center;
    background: #f5f5f5;
    position: relative;
}

#c-culture .c-list .c-wrap .pic::after,
#c-culture .c-list .c-wrap .pic::before {
    content: '';
    position: absolute;
    z-index: 2;
    width: 3px;
    height: 0;
    background-color: #1f2c5c;
    transition: .8s;
    -webkit-transition: .8s;
    -moz-transition: .8s;
    -ms-transition: .8s;
    -o-transition: .8s
}

#c-culture .c-list .c-wrap .pic::after {
    left: 0;
    bottom: 0
}

#c-culture .c-list .c-wrap .pic::before {
    right: 0;
    top: 0
}

#c-culture .c-list .c-wrap:hover .pic::after,
#c-culture .c-list .c-wrap:hover .pic::before {
    height: 100%
}

#c-culture .c-list .c-wrap::after,
#c-culture .c-list .c-wrap::before {
    content: '';
    position: absolute;
    z-index: -2;
    width: 0;
    height: 3px;
    background-color: #1f2c5c;
    transition: .8s;
    -webkit-transition: .8s;
    -moz-transition: .8s;
    -ms-transition: .8s;
    -o-transition: .8s
}

#c-culture .c-list .c-wrap::after {
    right: 0;
    bottom: 0
}

#c-culture .c-list .c-wrap::before {
    left: 0;
    top: 0
}

#c-culture .c-list li:hover .c-wrap::after,
#c-culture .c-list li:hover .c-wrap::before {
    width: 100%
}

#c-culture .c-list .c-wrap .c-img-box {
    position: relative;
    top: -50px;
    margin: 0 auto;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #1f2c5c;
}

#c-culture .c-list .c-wrap .c-img-box img {
    width: 100%;
}

#c-culture .c-list .c-wrap .c-text-box {
    padding: 20px 20px 82px;
}

#c-culture .c-list .c-wrap .c-text-box .c-en-title {
    font-size: 30px;
    line-height: 1;
    text-transform: uppercase;
}

#c-culture .c-list .c-wrap:hover .c-en-title,
#c-culture .c-list .c-wrap:hover .c-text-box .c-title {
    color: #1f2c5c;
}

#c-culture .c-list .c-wrap .c-text-box .c-title {
    margin: 15px 0 20px;
    font-size: 20px;
    font-weight: 600;
    line-height: 34px;
    color: #000;
}

#c-culture .c-list .c-wrap .c-text-box .c-text p {
    color: #222;
    line-height: 30px;
    font-size: 24px;
}


/* 企业价值 */

#c-culture2 .c-list {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

#c-culture2 .c-list li {
    width: 33.333333%;
    position: relative;
    height: 7.2vw;
    text-align: center;
    color: #fff;
    overflow: hidden;
}

#c-culture2 .c-list img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 1s;
}

#c-culture2 .c-list .c-num {
    position: absolute;
    bottom: -60px;
    left: 0;
    z-index: 2;
    width: 100%;
    font-family: "AvantGarde";
    font-size: 200px;
    line-height: 1;
    color: transparent;
    -webkit-text-stroke: 1px #fff;
}

#c-culture2 .c-list .c-text-box {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
}

#c-culture2 .c-list .c-text-box .c-box {
    position: absolute;
    top: 50%;
    left: 0;
    padding: 0 20px;
    width: 100%;
    min-height: 276px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#c-culture2 .c-list .c-text-box .c-en-title {
    margin-bottom: 5px;
    font-family: "AvantGarde";
    font-size: 48px;
    line-height: 1;
}

#c-culture2 .c-list .c-text-box .c-title {
    margin-bottom: 20px;
    font-weight: normal;
    font-size: 36px;
    line-height: 46px;
}

#c-culture2 .c-list .c-text-box .c-text {
    padding-top: 20px;
    line-height: 30px;
    display: none;
    transition: .5s;
}

#c-culture2 .c-list li:hover .c-text-box .c-text {
    display: block;
}

#c-culture2 .c-list li:hover img {
    transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
}


/* ==========================================================================
发展历程 
==========================================================================*/

#c-about2-4 {
    padding: 5% 0;
    background-image: url(../images/31-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.c-banner8-top {
    width: 86%;
    margin: 0 auto 60px;
    padding: 30px 0 0;
}

.c-banner8-top::before {
    content: "";
    position: absolute;
    bottom: 16px;
    left: 0;
    width: 100%;
    border-top: 1px solid #E6E6E6;
}

.c-banner8-top .swiper-slide {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    height: 100px;
}

@media (max-width: 748px) {
    .c-banner8-top .swiper-slide {
        height: 72px;
    }
}

.c-banner8-top .swiper-slide&gt;div {
    cursor: pointer;
}

.c-banner8-top .swiper-slide .c-title {
    margin-bottom: 20px;
    font-family: "opensans-bold";
    font-size: 22px;
    line-height: 32px;
    color: #ccc;
    transition: all 0.3s;
}

@media (max-width: 748px) {
    .c-banner8-top .swiper-slide .c-title {
        margin-bottom: 10px;
        font-size: 16px;
        line-height: 24px;
    }
}

.c-banner8-top .swiper-slide .c-dot {
    position: relative;
    margin: 0 auto;
    width: 32px;
    height: 32px;
}

.c-banner8-top .swiper-slide .c-dot::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -8px 0 0 -8px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid rgba(179, 179, 179, 0.5);
    background: rgba(204, 204, 204, 0.4);
    box-sizing: border-box;
    transition: all 0.3s;
}

.c-banner8-top .swiper-slide .c-dot::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -2px 0 0 -2px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #999;
    box-sizing: border-box;
    transition: all 0.3s;
}

.c-banner8-top .swiper-slide.swiper-slide-thumb-active .c-title {
    font-size: 40px;
    line-height: 50px;
    color: #1f2c5c;
}

@media (max-width: 1580px) {
    .c-banner8-top .swiper-slide.swiper-slide-thumb-active .c-title {
        font-size: 30px;
        line-height: 40px;
    }
}

@media (max-width: 748px) {
    .c-banner8-top .swiper-slide.swiper-slide-thumb-active .c-title {
        font-size: 20px;
        line-height: 30px;
    }
    #c-about2 .c-list {
        display: flex;
        flex-wrap: wrap;
    }
    #c-about2 .c-list li {
        width: 50%;
    }
}

.c-banner8-top .swiper-slide.swiper-slide-thumb-active .c-dot::after {
    margin: -16px 0 0 -16px;
    width: 32px;
    height: 32px;
    border-color: #1f2c5c;
    background: #1f2c5c;
}

.c-banner8-top .swiper-slide.swiper-slide-thumb-active .c-dot::before {
    margin: -4px 0 0 -4px;
    width: 8px;
    height: 8px;
    background: #1f2c5c;
}

.c-banner8-bottom-wrap {
    position: relative;
    width: 76%;
    margin: 60px auto;
}

.c-banner8-bottom-wrap .c-prev,
.c-banner8-bottom-wrap .c-next {
    position: absolute;
    top: 50%;
    width: 20px;
    height: 40px;
    margin-top: -20px;
    cursor: pointer;
    opacity: 0.4;
    transition: 0.5s;
}

@media (max-width: 972px) {
    #c-news3 .c-left {
        width: 100% !important;
    }
    #c-about2 .c-list .c-tbox .c-num-move {
        font-size: 24px !important;
    }
    #c-about2 .c-text-box {
        margin: 0 auto 30px;
    }
}

.c-banner8-bottom-wrap .c-prev:hover,
.c-banner8-bottom-wrap .c-next:hover {
    opacity: 1;
}

.c-banner8-bottom-wrap .c-prev.swiper-button-disabled,
.c-banner8-bottom-wrap .c-next.swiper-button-disabled {
    display: none;
}

.c-banner8-bottom-wrap .c-prev {
    left: -100px;
    background: url(../images/prev3.png) no-repeat center / 100%;
}

.c-banner8-bottom-wrap .c-next {
    right: -100px;
    background: url(../images/next2.png) no-repeat center / 100%;
}

.c-banner8-bottom-wrap .c-banner8-bottom .c-swiper-slide {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.c-banner8-bottom-wrap .c-banner8-bottom .c-swiper-slide .c-img-box {
    width: 30.857%;
    overflow: hidden;
}

@media (max-width: 748px) {
    .c-banner8-bottom-wrap .c-banner8-bottom .c-swiper-slide .c-img-box {
        width: 100%;
    }
}

.c-banner8-bottom-wrap .c-banner8-bottom .c-swiper-slide .c-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.c-banner8-bottom-wrap .c-banner8-bottom .c-swiper-slide .c-text-box {
    display: flex;
    align-items: center;
    width: 57.143%;
}

@media (max-width: 748px) {
    .c-banner8-bottom-wrap .c-banner8-bottom .c-swiper-slide .c-text-box {
        width: 100%;
    }
}

.c-banner8 {
    width: 100%;
    padding: 0 20% 0;
}

@media (max-width: 1580px) {
    .c-banner8 {
        padding: 0 60px;
    }
}

@media (max-width: 748px) {
    .c-banner8 {
        margin-top: 20px;
        padding: 0 20px 0 0;
    }
}

.c-banner8 .swiper-scrollbar {
    right: 0;
}

.c-banner8 .swiper-scrollbar-drag {
    background: #1f2c5c;
}

.c-banner8 .swiper-slide {
    height: auto;
}

.c-banner8 .swiper-slide .c-list li {
    margin-bottom: 30px;
}

.c-banner8 .swiper-slide .c-list li p {
    font-size: 18px;
    color: #000;
}

@media (max-width: 748px) {
    .c-banner8 .swiper-slide .c-list li {
        margin-bottom: 20px;
    }
}

.c-banner8 .swiper-slide .c-list li:last-child {
    margin-bottom: 0;
}

.c-banner8 .swiper-slide .c-list li .c-title {
    margin-bottom: 10px;
    font-family: "opensans-bold";
    font-size: 30px;
    color: #000;
    font-weight: 600;
    line-height: 34px;
}

@media (max-width: 748px) {
    .c-banner8 .swiper-slide .c-list li .c-title {
        font-size: 20px;
        line-height: 30px;
    }
}

.c-banner8 .swiper-slide .c-list li .c-text {
    line-height: 2;
    color: #666;
}

.history {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}


/* ==========================================================================
企业荣誉 
==========================================================================*/

#c-honor {
    margin: 5% 0;
}

.graphics {
    margin: 30px 0;
}

.single-project-item {
    background-color: #ddd;
    background-position: center center;
    background-size: cover;
    height: 260px;
    max-height: 260px;
    margin-bottom: 30px;
}

.projects-list .title {
    font-size: 18px;
    color: #111;
    text-align: center;
}

.projects-titles {
    list-style: outside none none;
    /*! padding: 0px; */
    text-align: center;
    margin-bottom: 55px;
    margin-top: -5px;
    width: 100%;
    /*! background: #6382f7; */
    ;
}

.projects-titles li {
    color: #6382f7;
    cursor: pointer;
    display: inline-block;
    margin-right: 5px;
    transition: all 0.3s ease 0s;
    margin-left: 5px;
    text-transform: uppercase;
    position: relative;
    padding: 10px 40px;
    border: 1px solid #6382f7;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 15px;
}

.project-hover span,
.project-hover a {
    color: #fff;
}

.projects-titles li.active {
    color: #FFF;
    background: #6382f7;
}

.project-hover h6 {
    color: #fff;
    font-size: 22px;
    text-transform: capitalize;
    letter-spacing: 0px;
    margin-top: 24px;
    margin-bottom: 2px;
    position: relative;
}

.project-hover span {
    display: block;
    font-size: 15px;
    font-weight: normal;
    padding-top: 0px;
    text-transform: capitalize;
    position: relative;
}

.project-link i {
    position: relative;
    font-size: 30px;
    font-weight: 600;
    background: #eee;
    color: #000;
    border-radius: 50%;
    padding: 2px 10px;
}

.project-hover {
    position: relative;
    width: 100%;
    height: 100%;
}

.project-hover::before {
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 0.4s ease 0s;
}

.single-project-item:hover .project-hover:before {
    opacity: .7;
    transition: all 0.4s ease 0s;
}

.single-project-item:hover .project_cnt {
    opacity: 1;
    transition: all 0.4s ease 0s;
    padding-top: 92px;
}

.project_cnt {
    text-align: center;
    position: absolute;
    top: 15%;
    left: 50%;
    transform: translate(-50%, -15%);
    opacity: 0;
    transition: all 0.4s ease 0s;
}

.card-fouth .desc-list {
    display: table;
    margin: 0 auto;
}

.card-fouth .industry {
    float: left;
    cursor: pointer;
    width: 160px;
    margin: 0 10px;
    text-align: center;
    font-size: 18px;
    color: #666;
    padding: 8px 20px;
    background: #f1edf6;
    display: inline-block;
}

.card-fouth .industry.first {
    padding-left: 0
}

.card-fouth .industry.last {
    padding-right: 0
}

.card-fouth .industry.active {
    color: #fff;
    background: #2b74ec;
}

.card-fouth .industry span {
    font-family: PingFang SC;
    font-weight: 400
}

.card-fouth .industry.active span {
    font-size: 16px;
    font-weight: 700;
    padding-bottom: 5px;
    font-weight: 500
}

.card-fouth .case-container {
    position: relative;
    margin: 32px auto 0;
    height: 32vw;
}

.card-fouth .case-panel {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    opacity: 0;
    padding-left: 35px
}

.card-fouth .case-panel.active {
    z-index: 100;
    opacity: 1;
    -webkit-transition: all .2s ease-out .1s;
    transition: all .2s ease-out .1s
}

.card-fouth .case-preview {
    display: inline-block;
    position: relative;
    top: 28px;
    left: -60px;
    z-index: 200
}


/* ==========================================================================
新闻详情 
==========================================================================*/

#c-news3 {
    padding-top: 80px;
}

#c-news3 .container {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

#c-news3 .c-left {
    width: 68.5%;
    margin-bottom: 5%;
    padding-right: 2%;
    border-right: 1px solid #eee;
}

#c-news3 .c-left .c-title {
    font-weight: normal;
    font-size: 36px;
    line-height: 46px;
    color: #333;
    text-align: center;
}

#c-news3 .c-left .c-time {
    display: table;
    margin: 20px auto 50px;
    line-height: 26px;
    color: #666;
}

#c-news3 .c-left .tr {
    width: 100%;
    height: 1px;
    background: #eee;
    margin-bottom: 50px;
}

#c-news3 .c-left .c-time span {
    margin-right: 40px;
}

#c-news3 .c-left .c-text {
    line-height: 1.8;
    color: #666;
    border-bottom: 1px solid #ddd;
    padding-bottom: 45px;
    margin-bottom: 45px;
}

#c-news3 .c-left .c-text img {
    max-width: 100%;
    height: auto !important;
}

#c-news3 .c-left .c-link p:nth-child(2) {
    margin-top: 10px;
}

#c-news3 .c-left .c-link a {
    color: #999;
    transition: .5s;
}

#c-news3 .c-left .c-link a:hover {
    color: #1f2c5c;
}

#c-news3 .c-right {
    width: 25%;
    margin: 0 0 62px;
}

#c-news3 .c-right .c-title {
    margin-bottom: 25px;
    font-weight: normal;
    font-size: 24px;
    line-height: 34px;
    padding: 0 0 20px;
    border-bottom: 1px solid #eee;
}

#c-news3 .c-right .c-list li {
    padding-bottom: 20px;
}

#c-news3 .c-right .c-list li:last-child {
    padding-bottom: 0;
}

#c-news3 .c-right .c-list .c-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

#c-news3 .c-right .c-list .c-wrap .c-img-box {
    width: 40%;
    overflow: hidden;
}

#c-news3 .c-right .c-list .c-wrap .c-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .5s;
}

#c-news3 .c-right .c-list .c-wrap .c-title2 {
    padding-left: 20px;
    width: 60%;
    max-height: 56px;
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    transition: .5s;
}

#c-news3 .c-right .c-list .c-wrap:hover .c-img-box img {
    transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
}

#c-news3 .c-right .c-list .c-wrap:hover .c-title2 {
    color: #1f2c5c;
}


/* 企业视频 */

.bolg_video_box {
    background: #fff;
    margin-bottom: 30px;
    box-shadow: 0px 8px 8px 0px rgb(0 0 0 / 5%);
}

.bolg_video_box .c-common-box {
    position: relative;
}

.bolg_video_box .c-common-box img {
    width: 100%;
    z-index: 2;
    display: block;
}

.bolg_video_box .title {
    font-size: 16px;
    padding: 26px 0;
    color: #111;
    text-align: center;
}


/* ==========================================================================
核心业务 
==========================================================================*/

.business .sonTitle .text {
    max-width: 1160px;
    margin-left: auto;
    margin-right: auto
}

.business .list-dl {
    max-width: 670px;
    margin-left: auto;
    margin-right: auto
}

.business .list-dl .dl-item {
    background: #fff;
    border: 1px solid #0092d7;
    box-shadow: 0 7px 8px 0 rgba(0, 0, 0, .04);
    transition: all .4s ease
}

.business .list-dl .dl-item .title {
    color: #0092d7
}

.business .list-dl .dl-item:hover {
    background: #0092d7;
    box-shadow: 0 4px 16px 2px rgba(27, 158, 224, .4);
    transform: translateY(-4px)
}

.business .list-dl .dl-item:hover .title {
    color: #fff
}

.business .list-item {
    display: flex;
    align-items: center;
    background: #fff;
    box-shadow: 0 0 109px 0 rgba(0, 0, 0, .2)
}

.business .list-item .txt {
    width: 50%;
    padding: 30px 80px 30px 100px
}

.business .list-item .txt .title {
    color: #000;
    font-size: 36px;
    font-weight: 600;
}

.business .list-item:hover .txt .title a {
    color: #1f2c5c;
}

.business .list-item .txt .desc {
    color: #666;
    font-size: 17px;
    line-height: 30px;
    margin-top: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    /*表示文本超出时候用 “...” 来代替*/
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.business .list-item .txt .logo-view {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #eaeaea
}

.business .list-item .c-common-btn1 {
    border: 1px solid #000;
    color: #000;
}

.business .list-item .c-common-btn1:hover {
    color: #fff;
}

.business .list-item .txt ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: -15px 0 0 -40px
}

.business .list-item .txt ul li {
    margin: 15px 0 0 40px;
    text-align: center;
}

.business .list-item .txt ul li a:hover {
    color: #1f2c5c;
    font-weight: 600;
}

.business .list-item .txt ul {
    margin-bottom: 30px;
}

.business .list-item .txt ul img {
    width: 118px;
    margin-bottom: 15px;
    object-fit: cover
}

.business .list-item .pic {
    width: 50%;
    position: relative;
    padding-top: 450px;
    overflow: hidden;
}

.business .list-item .pic img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    object-fit: cover;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.business .list-item:hover .pic img {
    transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
}

.business .list-item:not(:first-child) {
    margin-top: 78px
}

.business .list-item:nth-child(even) {
    flex-direction: row-reverse
}

.business {
    display: block;
    width: 100%;
    margin: 5% 0;
    box-sizing: border-box;
}

.sonTitle {
    width: 100%;
    text-align: center;
}

.sonTitle .title {
    font-size: 48px;
    color: #333;
    line-height: 1.1;
}

.sonTitle .text {
    font-size: 17px;
    line-height: 30px;
    color: #666;
    margin-top: 30px;
}

.sonTitle.white .title,
.sonTitle.white .text {
    color: #fff;
}

.privacy {
    padding: 300px 0 0;
}

.privacy .inner-tit {
    margin-top: 10%;
}


/* 产品系列 */

#c-product2 {
    overflow: hidden;
    margin: 5% 0;
}

#c-product2 .c-top-text .c-text {
    margin-top: -30px;
    padding: 0 90px 90px;
    line-height: 2;
    text-align: center;
}

#c-product2 .c-list {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin: 0 -5px 0;
}

#c-product2 .c-wrap.c-last {
    background: #f5f5f5;
}

#c-product2 .c-wrap.c-last .c-text-box {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

#c-product2 .c-wrap.c-last .c-text-box .c-title {
    color: #333;
}

#c-product2 .c-wrap.c-last .c-text-box .c-text {
    margin: 20px 0 0;
}

#c-product2 .c-wrap {
    position: relative;
    display: block;
    height: 30vw;
    overflow: hidden;
}

#c-product2 .c-wrap&gt;img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 1s;
}

#c-product2 .c-wrap .c-text-box {
    position: absolute;
    top: 0;
    left: 0;
    padding: 2vw 2vw;
    width: 100%;
    height: 100%;
    text-align: left;
    color: #fff;
    transition: all .5s;
}

#c-product2 .c-wrap .c-text-box .en {
    font-size: 36px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    opacity: .35;
}

#c-product2 .c-wrap .c-text-box .c-title {
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
}

#c-product2 .c-wrap .c-text-box .tit {
    margin: 32px 0 32px;
    font-size: 24px;
    line-height: 1.6;
    opacity: 0;
}

#c-product2 .c-wrap:hover .c-text-box .tit {
    opacity: 1;
}

#c-product2 .c-wrap .c-text-box .tit span {
    color: #fff;
    font-weight: 600;
}

#c-product2 .c-wrap .c-text-box .c-common-btn1 {
    margin: 0 auto;
    opacity: 0;
    transition: .5s;
}

#c-product2 li .c-wrap::before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0, 0.2);
}

#c-product2 .c-wrap:hover&gt;img {
    transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
}

#c-product2 .c-wrap:hover .c-text-box .c-common-btn1 {
    opacity: 1;
}

#c-product2 .c-top-text .c-text {
    width: 92%;
    max-width: 1080px;
    margin: 0 auto;
    line-height: 2.3;
    text-align: center;
    font-size: 17px;
    color: #666;
}

#c-product2 .c-list {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin: 0 -5px 0;
}

#c-product2 .c-list li {
    padding: 20px 10px 10px;
    width: 50%;
}

#c-product2 .c-wrap.c-last {
    background: #f5f5f5;
}

#c-product2 .c-wrap.c-last .c-text-box {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

#c-product2 .c-wrap.c-last .c-text-box .c-title {
    color: #333;
}

#c-product2 .c-wrap.c-last .c-text-box .c-text {
    margin: 20px 0 0;
}

#c-product2 .c-wrap&gt;img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 1s;
}


/* 产品详情 */

#c-about2 .twonav {
    display: table;
    margin: 0 auto 42px;
}

#c-about2 .twonav .list {
    float: left;
    margin: 0 15px;
}

#c-about2 .twonav .list a {
    padding: 10px 20px;
    background: #eee;
    font-size: 16px;
}

#c-about2 .twonav .list a.active,
#c-about2 .twonav .list a:hover {
    background: #1f2c5c;
    color: #fff;
}

#c-application {
    background: #f5f5f5;
    overflow: hidden;
    z-index: 2;
    padding: 5% 0;
}

#c-application .c-common-title .c-text {
    margin: 0 auto;
    max-width: 970px;
    font-size: 18px;
    line-height: 28px;
    color: #666;
    text-align: center;
}

#c-application .c-title {
    font-size: 30px;
    text-align: center;
}

#c-application .c-list-wrap {
    position: relative;
    margin: 5% 0;
}

#c-application .c-list-wrap .c-bj {
    position: absolute;
    top: 0;
    left: -4vw;
    z-index: 1;
    font-family: "AvantGarde";
    font-weight: bold;
    font-size: 200px;
    line-height: .8;
    color: #e6e6e6;
}

#c-application .c-list-wrap .c-bj:nth-child(2) {
    top: auto;
    left: auto;
    right: -13vw;
    bottom: 0;
}

#c-application .c-list-wrap .c-list {
    position: relative;
    z-index: 1;
}

#c-application .c-list-wrap .c-list li {
    position: relative;
    z-index: 1;
    width: 50%;
    float: left;
    transition: all .5s;
}

#c-application .c-list-wrap .c-list li:nth-child(even) {
    float: right;
    margin-top: -80px;
    margin-bottom: 80px;
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
}

#c-application .c-list-wrap .c-list li:first-child {
    float: left;
    margin-top: 80px;
}

#c-application .c-list-wrap .c-list li:nth-child(2) {
    margin-top: 0;
}

#c-application .c-list-wrap .c-wrap {
    position: relative;
    display: block;
    height: 26vw;
    overflow: hidden;
}

#c-application .c-list-wrap .c-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 1s;
}

#c-application .c-list-wrap .c-wrap .c-text-box {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    padding: 60px 40px;
    width: 100%;
    height: 100%;
    color: #fff;
    background: rgba(0, 0, 0, .2);
    transition: all .5s;
}

#c-application .c-list-wrap .c-wrap .c-text-box::before {
    opacity: 0;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: #1f2c5c;
    background: linear-gradient(to right top, #1f2c5c, #1f2c5c);
    transition: all .5s;
}

#c-application .c-list-wrap .c-wrap .c-text-box .c-tbox {
    padding-right: 1.5rem;
    width: 100%;
}

#c-application .c-list-wrap .c-wrap .c-text-box .c-tbox .c-en-title {
    opacity: .5;
    font-family: "AvantGarde";
    font-weight: bold;
    font-size: 30px;
    line-height: 1;
    transition: all .5s;
    text-transform: uppercase;
}

#c-application .c-list-wrap .c-wrap .c-text-box .c-tbox .c-title {
    font-weight: normal;
    font-size: 30px;
    line-height: 50px;
}

#c-application .c-list-wrap .c-wrap .c-text-box .c-tbox .c-text {
    opacity: 0;
    font-size: 24px;
    line-height: 1.3;
    margin-top: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    transition: all .5s;
}

#c-application .c-list-wrap .c-wrap .c-text-box .c-bbox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

#c-application .c-list-wrap .c-wrap .c-text-box .c-bbox .c-jt {
    opacity: 0;
    width: 66px;
    height: 18px;
    background: url(../images/jt3.png)no-repeat center / 100% auto;
    transition: all .5s;
}

#c-application .c-list-wrap .c-wrap .c-text-box .c-bbox .c-num {
    font-family: "AvantGarde";
    font-weight: bold;
    font-size: 24px;
    line-height: 1;
}

#c-application .c-list-wrap .c-list li:hover {
    z-index: 2;
    box-shadow: 0 50px 50px rgba(31, 44, 95, .3);
}

#c-application .c-list-wrap .c-list li:hover .c-wrap {
    background: transparent;
}

#c-application .c-list-wrap .c-list li:hover .c-wrap .c-title {
    font-weight: bold;
}

#c-application .c-list-wrap .c-list li:hover .c-wrap .c-en-title,
#c-application .c-list-wrap .c-list li:hover .c-wrap .c-text-box .c-tbox .c-text,
#c-application .c-list-wrap .c-list li:hover .c-wrap .c-text-box .c-bbox .c-jt {
    opacity: 1;
}

#c-application .c-list-wrap .c-list li:hover .c-wrap .c-text-box::before {
    opacity: .8;
}

#c-application .c-list-wrap .c-list li:hover .c-wrap img {
    transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
}

#c-application .c-common-btn2 {
    margin: 80px auto 0;
}

#c-application.c-dt .c-list-wrap .c-list li:first-child {
    margin-top: 0;
}

#c-application.c-dt .c-list-wrap .c-list li:nth-child(even) {
    float: left;
    margin-top: 0;
    margin-bottom: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

#c-application .c-max-box {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

#c-application .c-max-box .c-text-box {
    width: 40.7%;
    padding: 0 20px 0 40px;
    font-size: 24px;
    line-height: 1.5;
}

#c-application .c-max-box .c-text-box p {
    padding: 10px 0;
    position: relative;
}

#c-application .c-max-box .c-text-box p::before {
    margin: 0 30px 0 -40px;
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50px;
    background: #1f2c5c;
    vertical-align: middle;
}

#c-application .c-max-box .c-img-list {
    width: 59.3%;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 0 -10px -20px;
}

#c-application .c-max-box .c-img-list li {
    width: 50%;
    padding: 0 10px 20px;
    width: 50%;
}

#c-application .c-max-box .c-img-list .c-wrap {
    overflow: hidden;
}

#c-application .c-max-box .c-img-list .c-wrap img {
    width: 100%;
}

#c-application .but-box {
    display: inline-block;
    width: 100%;
    margin: 5% auto 0;
}

#c-application .c-common-btn1 {
    display: table;
    margin: 0 auto;
    color: #1f2c5c;
    border: 1px solid #1f2c5c;
}

#c-application .c-common-btn1:hover {
    color: #fff;
}

.product_info-section1 {
    padding: 5% 0;
}

@media (max-width: 767px) {
    .product_info-section1 {
        padding: 30px 0 10px;
    }
}

.product_info-section1 .c-common-btn1 {
    border: 1px solid #1f2c5c;
    color: #1f2c5c;
}

.product_info-section1 .c-common-btn1:hover {
    color: #fff;
}

.product_info-section1 .cont {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.product_info-section1 .cont .lt {
    width: 45%;
}

@media (max-width: 991px) {
    .product_info-section1 .cont .lt {
        width: 100%;
        max-width: 100%;
        order: 1;
    }
}

.product_info-section1 .cont .lt .xi {
    display: block;
    color: #1f2c5c;
    font-size: 18px;
    line-height: 1;
}

@media (max-width: 1440px) {
    .product_info-section1 .cont .lt .xi {
        font-size: 16px;
    }
}

.product_info-section1 .cont .lt .tit {
    font-size: 36px;
    font-weight: bold;
    line-height: 1.4;
    padding-bottom: 25px;
    border-bottom: 1px solid #e5e5e5;
    margin-top: 14px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

@media (max-width: 1440px) {
    .product_info-section1 .cont .lt .tit {
        font-size: 30px;
        margin-top: 10px;
        margin-bottom: 20px;
    }
}

@media (max-width: 1199px) {
    .product_info-section1 .cont .lt .tit {
        font-size: 36px;
        margin-bottom: 15px;
    }
}

@media (max-width: 991px) {
    .product_info-section1 .cont .lt .tit {
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    .product_info-section1 .cont .lt .tit {
        font-size: 26px;
    }
}

@media (max-width: 500px) {
    .product_info-section1 .cont .lt .tit {
        font-size: 18px;
    }
}

.product_info-section1 .cont .lt .text {
    font-size: 16px;
    line-height: 2.3;
    margin-bottom: 30px;
    color: #333333;
}

@media (max-width: 1440px) {
    .product_info-section1 .cont .lt .text {
        line-height: 22px;
        font-size: 14px;
        margin-bottom: 20px;
    }
}

@media (max-width: 1199px) {
    .product_info-section1 .cont .lt .text {
        margin-bottom: 20px;
    }
}

@media (max-width: 991px) {
    .product_info-section1 .cont .lt .text {
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .product_info-section1 .cont .lt .text {
        margin-bottom: 20px;
    }
}

.product_info-section1 .cont .lt .but {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 225px;
    height: 60px;
    background-color: #1f2c5c;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 40px;
}

@media (max-width: 1440px) {
    .product_info-section1 .cont .lt .but {
        width: 180px;
        height: 50px;
        margin-bottom: 30px;
    }
}

@media (max-width: 1199px) {
    .product_info-section1 .cont .lt .but {
        margin-bottom: 20px;
        font-size: 14px;
        width: 160px;
        height: 40px;
    }
}

.product_info-section1 .cont .lt .f_but {
    width: 100%;
}

.product_info-section1 .cont .lt .f_but .but1 {
    display: flex;
    align-items: center;
    margin-bottom: 26px;
    font-size: 16px;
}

@media (max-width: 1440px) {
    .product_info-section1 .cont .lt .f_but .but1 {
        margin-bottom: 20px;
    }
}

@media (max-width: 1199px) {
    .product_info-section1 .cont .lt .f_but .but1 {
        font-size: 14px;
        margin-bottom: 16px;
    }
}

.product_info-section1 .cont .lt .f_but .but1 i {
    display: block;
    width: 30px;
    margin-right: 15px;
}

@media (max-width: 1440px) {
    .product_info-section1 .cont .lt .f_but .but1 i {
        width: 40px;
        margin-right: 12px;
    }
}

.product_info-section1 .cont .lt .f_but .but1 i img {
    width: 100%;
}

.product_info-section1 .cont .gt {
    width: 50%;
    padding-right: 5%;
}

@media (max-width: 1440px) {
    .product_info-section1 .cont .gt {
        padding-right: 100px;
    }
}

@media (max-width: 1366px) {
    .product_info-section1 .cont .gt {
        padding-right: 60px;
    }
}

@media (max-width: 991px) {
    .product_info-section1 .cont .gt {
        width: 100%;
        order: 0;
        margin-bottom: 30px;
        padding-right: 0;
    }
}

.product_info-section1 .cont .gt .productinfo1-cont {
    width: 100%;
}

.product_info-section1 .cont .gt .productinfo1-cont .img {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-bottom: 100%;
}

.product_info-section1 .cont .gt .productinfo1-cont .img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.product_info-section2 .basecont {
    background: #fff;
    padding: 5% 0;
    box-shadow: 0 2px 10px rgb(0 0 0 / 10%);
}

@media (max-width: 767px) {
    .product_info-section2 {
        padding: 40px 0;
    }
}

.product_info-section2 .cont {
    margin: 0 -126px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

@media (max-width: 1681px) {
    .product_info-section2 .cont {
        margin: 0 -60px;
    }
}

@media (max-width: 1440px) {
    .product_info-section2 .cont {
        margin: 0 -30px;
    }
}

@media (max-width: 1366px) {
    .product_info-section2 .cont {
        margin: 0 -20px;
    }
}

@media (max-width: 1199px) {
    .product_info-section2 .cont {
        margin: 0 -10px;
    }
}

@media (max-width: 991px) {
    .product_info-section2 .cont {
        padding: 0;
    }
}

.product_info-section2 .cont .lt,
.product_info-section2 .cont .gt {
    padding: 0 126px;
}

@media (max-width: 1681px) {
    .product_info-section2 .cont .lt,
    .product_info-section2 .cont .gt {
        padding: 0 60px;
    }
}

@media (max-width: 1440px) {
    .product_info-section2 .cont .lt,
    .product_info-section2 .cont .gt {
        padding: 0 30px;
    }
}

@media (max-width: 1366px) {
    .product_info-section2 .cont .lt,
    .product_info-section2 .cont .gt {
        padding: 0 20px;
    }
}

@media (max-width: 1199px) {
    .product_info-section2 .cont .lt,
    .product_info-section2 .cont .gt {
        padding: 0 10px;
    }
}

@media (max-width: 991px) {
    .product_info-section2 .cont .lt,
    .product_info-section2 .cont .gt {
        padding: 0;
    }
}

.product_info-section2 .cont .lt {
    width: 100%;
    display: table;
    margin: 0 auto;
}

@media (max-width: 991px) {
    .product_info-section2 .cont .lt {
        width: 100%;
    }
}

.product_info-section2 .cont .lt .par_tit {
    font-weight: bold;
    font-size: 40px;
    line-height: 1;
    margin-bottom: 20px;
    text-align: center;
}

@media (max-width: 1440px) {
    .product_info-section2 .cont .lt .par_tit {
        font-size: 30px;
    }
}

@media (max-width: 1366px) {
    .product_info-section2 .cont .lt .par_tit {
        font-size: 28px;
    }
}

@media (max-width: 1199px) {
    .product_info-section2 .cont .lt .par_tit {
        font-size: 26px;
    }
}

@media (max-width: 767px) {
    .product_info-section2 .cont .lt .par_tit {
        font-size: 24px;
    }
}

@media (max-width: 1440px) {
    .product_info-section2 .cont .lt .par_tit {
        margin-bottom: 16px;
    }
}

.product_info-section2 .cont .lt .item {
    width: 100%;
    padding-bottom: 38px;
}

@media (max-width: 1440px) {
    .product_info-section2 .cont .lt .item {
        margin-bottom: 50px;
        padding-bottom: 28px;
    }
}

@media (max-width: 1199px) {
    .product_info-section2 .cont .lt .item {
        margin-bottom: 40px;
        padding-bottom: 22px;
    }
}

@media (max-width: 991px) {
    .product_info-section2 .cont .lt .item {
        margin-bottom: 30px;
    }
}

.product_info-section2 .cont .lt .item .make-text strong {
    font-weight: bold;
    color: #333;
}

.product_table {
    width: 65%;
    margin: 0 auto;
}

.b_details {
    background: #1f2c5c;
    padding: 5% 0;
    background-repeat: no-repeat;
    background-size: cover;
}

.b_details .cpjs {
    font-size: 36px;
    font-weight: 600;
    text-align: center;
    color: #000;
    margin-bottom: 30px;
}

.b_details .b-table {
    width: 100%;
}

.b_details .b-table .left {
    width: 20%;
    text-align: left;
    font-size: 17px;
    color: #000;
    font-weight: 600;
}

.b_details .b-table .right {
    width: 80%;
    padding: 10px 30px;
}

.b_details .b-table th {
    padding: 10px 30px;
    font-size: 17px;
}

.b_details .b-table th:nth-child(odd) {
    background: #ffe4cc;
}

.b_details .b-table th:nth-child(2n+1) {
    background: #eee;
}

.ggzb {
    margin: 5% 0 0;
}

.ggzb .i {
    display: table;
    margin: 30px auto;
}

.product_info-section2 .cont .lt .gui {
    padding-bottom: 0;
    border-bottom: none;
}

.product_info-section2 .cont .lt .gui .par_tit {
    margin-bottom: 30px;
}

@media (max-width: 1440px) {
    .product_info-section2 .cont .lt .gui .par_tit {
        margin-bottom: 20px;
    }
}

.product_info-section2 .cont .lt .lin {
    border-bottom: none;
    padding-bottom: 0;
}

.product_info-section2 .cont .lt .lin .par_tit {
    margin-bottom: 30px;
}

@media (max-width: 1440px) {
    .product_info-section2 .cont .lt .lin .par_tit {
        margin-bottom: 20px;
    }
}

.product_info-section2 .lin {
    margin-top: 30px !important;
}

.product_info-section2 .lin .jut {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 30px;
}

.product_info-section2 .lin .jut .f_item {
    width: 25%;
    display: flex;
    flex-direction: column;
    padding: 0 20px;
}

@media (max-width: 1440px) {
    .product_info-section2 .lin .jut .f_item {
        margin-bottom: 20px;
    }
}

.product_info-section2 .lin .jut .f_item:last-child {
    margin-bottom: 0;
}

.product_info-section2 .lin .jut .f_item i {
    display: block;
    width: 100%;
}

.product_info-section2 .lin .jut .f_item i img {
    width: 100%;
}

.product_info-section2 .lin .jut .f_item .font {
    width: 100%;
    padding: 30px;
}

@media (max-width: 991px) {
    .product_info-section2 .lin .jut .f_item .font {
        padding: 24px 26px;
    }
}

@media (max-width: 767px) {
    .product_info-section2 .lin .jut .f_item .font {
        width: calc(100% - 140px);
    }
}

@media (max-width: 500px) {
    .product_info-section2 .lin .jut .f_item .font {
        width: 100%;
    }
}

.product_info-section2 .jut .f_item .font .f_tit {
    font-weight: bold;
    font-size: 22px;
    line-height: 1.2;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 5px;
    color: #000;
    text-align: center;
}

@media (max-width: 1440px) {
    .product_info-section2 .cont .lt .lin .jut .f_item .font .f_tit {
        font-size: 20px;
    }
}

.product_info-section2 .cont .lt .lin .jut .f_item .font .text {
    font-size: 16px;
    color: #777777;
    line-height: 20px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 30px;
}

@media (max-width: 1199px) {
    .product_info-section2 .cont .lt .lin .jut .f_item .font .text {
        font-size: 14px;
        line-height: 18px;
        height: 38px;
    }
}

.product_info-section2 .cont .gt {
    width: 36%;
}

@media (max-width: 991px) {
    .product_info-section2 .cont .gt {
        width: 100%;
        margin-top: 40px;
    }
}

@media (min-width: 992px) {
    .product_info-section2 .cont .gt {
        position: sticky;
        top: 110px;
    }
}

.product_info-section2 .cont .gt .nav1 {
    width: 100%;
    margin-bottom: 40px;
}

@media (max-width: 1440px) {
    .product_info-section2 .cont .gt .nav1 {
        margin-bottom: 30px;
    }
}

@media (max-width: 1199px) {
    .product_info-section2 .cont .gt .nav1 {
        margin-bottom: 20px;
    }
}

@media (max-width: 991px) {
    .product_info-section2 .cont .gt .nav1 {
        display: none;
    }
}

.product_info-section2 .cont .gt .nav1 .item {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 22px 0;
    line-height: 1;
    font-size: 18px;
    border-right: 2px solid transparent;
    margin-bottom: 12px;
}

.product_info-section2 .cont .gt .nav1 .item:last-child {
    border-bottom: none;
}

.product_info-section2 .cont .gt .nav1 .on {
    border-color: #1f2c5c;
    color: #1f2c5c;
    font-weight: bold;
    background-color: #f8f8f8;
}

.product_info-section2 .cont .gt .f_cont {
    width: 100%;
    background-color: #f8f8f8;
}

.product_info-section2 .cont .gt .f_cont .img {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.product_info-section2 .cont .gt .f_cont .img img {
    width: 100%;
}

.product_info-section2 .cont .gt .f_cont .font {
    padding: 32px;
}

@media (max-width: 1440px) {
    .product_info-section2 .cont .gt .f_cont .font {
        padding: 32px;
    }
}

.product_info-section2 .cont .gt .f_cont .font .f_tit {
    font-size: 24px;
    line-height: 1.4;
    font-weight: bold;
    margin-bottom: 22px;
}

@media (max-width: 1440px) {
    .product_info-section2 .cont .gt .f_cont .font .f_tit {
        font-size: 20px;
    }
}

@media (max-width: 1440px) {
    .product_info-section2 .cont .gt .f_cont .font .f_tit {
        margin-bottom: 20px;
    }
}

.product_info-section2 .cont .gt .f_cont .font .masg {
    display: block;
    width: 100%;
}

.product_info-section2 .cont .gt .f_cont .font .masg .item {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

.product_info-section2 .cont .gt .f_cont .font .masg .item i {
    display: block;
    width: 30px;
    margin-right: 10px;
}

.product_info-section2 .cont .gt .f_cont .font .masg .item i img {
    width: 100%;
}

.product_info-section2 .cont .gt .f_cont .font .masg .item span {
    font-size: 16px;
    color: #333333;
}

.product_info-section2 .cont .gt .f_cont .font .but {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    background-color: #1f2c5c;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    height: 60px;
}

@media (max-width: 1440px) {
    .product_info-section2 .cont .gt .f_cont .font .but {
        margin-bottom: 26px;
        height: 50px;
    }
}

@media (max-width: 767px) {
    .product_info-section2 .cont .gt .f_cont .font .but {
        height: 40px;
        font-size: 14px;
    }
}

.product_info-section3 {
    margin: 0 0 5%;
}

.product_info-section3 .tit {
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 55px;
}

@media (max-width: 1440px) {
    .product_info-section3 .tit {
        font-size: 36px;
        margin-bottom: 45px;
    }
}

@media (max-width: 1366px) {
    .product_info-section3 .tit {
        margin-bottom: 40px;
        font-size: 34px;
    }
}

@media (max-width: 1199px) {
    .product_info-section3 .tit {
        margin-bottom: 30px;
        font-size: 28px;
    }
}

@media (max-width: 991px) {
    .product_info-section3 .tit {
        font-size: 24px;
    }
}

.product_info-section3 .produ_info-cont .item {
    width: 100%;
}

.product_info-section3 .produ_info-cont .item .list {
    display: block;
    width: 100%;
    background-color: #f6f6f6;
}

.product_info-section3 .produ_info-cont .item .list .img {
    width: 100%;
    position: relative;
    padding-bottom: 115%;
    overflow: hidden;
}

.product_info-section3 .produ_info-cont .item .list .img img {
    width: 75%;
    height: 75%;
    object-fit: contain;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.product_info-section3 .produ_info-cont .item .list .font {
    padding: 30px 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 2px solid #ececec;
    font-size: 18px;
    font-weight: bold;
}

@media (max-width: 1440px) {
    .product_info-section3 .produ_info-cont .item .list .font {
        font-size: 16px;
    }
}

.product_info-section3 .produ_info-cont .item .list .font span {
    display: block;
    width: 90%;
    width: calc(100% - 50px);
    overflow: hidden;
    line-height: 1.2;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media (max-width: 1440px) {
    .product_info-section3 .produ_info-cont .item .list .font span {
        width: calc(100% - 30px);
    }
}

@media (max-width: 1199px) {
    .product_info-section3 .produ_info-cont .item .list .font span {
        width: calc(100% - 26px);
    }
}

.product_info-section3 .produ_info-cont .item .list .font i {
    width: 40px;
    overflow: hidden;
}

@media (max-width: 1440px) {
    .product_info-section3 .produ_info-cont .item .list .font i {
        width: 30px;
    }
}

@media (max-width: 1199px) {
    .product_info-section3 .produ_info-cont .item .list .font i {
        width: 26px;
    }
}

.product_info-section3 .produ_info-cont .item .list .font i img {
    float: left;
    width: 100%;
}

.product_info-section3 .produ_info-cont .item .list .font i img:nth-child(2) {
    display: none;
}

.product_info-section3 .produ_info-cont .item .list:hover .img img {
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
}

.product_info-section3 .produ_info-cont .item .list:hover .font i img:nth-child(1) {
    display: none;
}

.product_info-section3 .produ_info-cont .item .list:hover .font i img:nth-child(2) {
    display: block;
}

.product_info .home-section5 {
    margin: 5% 0;
}


/* 产品技术参数 */

#c-product6 .c-wrap {
    width: 70%;
    margin: 0 auto;
    padding: 3%;
    background: #fff;
}

#c-product6 table {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
    font-size: 18px;
    line-height: 28px;
    /* border-spacing: 0px; */
}

#c-product6 .table1 td:nth-child(1) {
    width: 20%;
    font-weight: 600;
}

#c-product6 .table1 td:nth-child(2) {
    width: 80%;
    text-align: left;
}

#c-product6 .table1 td {
    padding: 15px;
    border: 1px solid #ddd;
    word-wrap: break-word;
    word-break: normal;
}

#c-product6 .table2 td {
    padding: 15px;
    width: 20%;
    border: 1px solid #ddd;
    word-wrap: break-word;
    word-break: normal;
}

#c-product6 tr:nth-child(odd) {
    background: #ffe4cc;
}

#c-product6 tr:nth-child(2n+1) {
    background: #eee;
}


/* 资源循环 */

#c-resources {
    margin: 5% 0;
}

#c-resources .inner-tit {
    margin-bottom: 25px;
}

#c-resources .c-top-text .c-text,
#c-resources3 .c-text {
    width: 80%;
    max-width: 1080px;
    margin: 0 auto;
    font-size: 17px;
    color: #666;
    text-align: center;
    line-height: 2.3;
}

#c-application5 {
    margin-top: 5%;
}

#c-resources #c-application5 {
    margin: 3% 0;
}

#c-application5 .c-common-title .c-title,
#c-resources2 .c-common-title .c-title,
#c-resources3 .c-common-title .c-title {
    font-size: 30px;
    color: #000;
    text-align: center;
}

#c-resources #c-application5 .c-list {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-top: 62px;
}

#c-resources #c-application5 .c-list li {
    padding: 0 10px;
    width: 16.6%;
}

#c-application5 .c-list .c-wrap {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}

#c-application5 .c-list .c-img-box {
    width: 100%;
    overflow: hidden;
}

#c-application5 .c-list .c-img-box img {
    width: 100%;
}

.c-banner5 .c-wrap,
.c-banner7 .c-wrap {
    padding: 10px;
    /* background: #f5f5f5; */
    cursor: pointer;
}

#c-resources2 {
    background: #f5f5f5;
    padding: 5% 0;
}

.c-banner5 .c-wrap .c-img-box,
.c-banner7 .c-wrap .c-img-box {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    height: 4.7vw;
    overflow: hidden;
}

.c-banner5 .c-wrap .c-img-box img,
.c-banner7 .c-wrap .c-img-box img {
    max-width: 100%;
    max-height: 100%;
}

.c-banner5 .c-wrap .c-title,
.c-banner7 .c-wrap .c-title {
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
}

.c-banner5-wrap,
.c-banner7-wrap {
    position: relative;
    margin-top: 62px;
}

.c-banner5-wrap .c-next,
.c-banner5-wrap .c-prev,
.c-banner7-wrap .c-next,
.c-banner7-wrap .c-prev {
    position: absolute;
    top: 50%;
    z-index: 10;
    margin-top: -25px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    opacity: 1;
    transition: .5s;
    background-color: #fff !important;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .2);
    cursor: pointer;
}

.innovative .c-banner5-wrap .c-next,
.innovative .c-banner5-wrap .c-prev,
.c-banner7-wrap .c-next,
.c-banner7-wrap .c-prev {
    position: absolute;
    top: 50%;
    z-index: 10;
    margin-top: -30px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    opacity: 1;
    transition: .5s;
    background-color: #fff !important;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .2);
    cursor: pointer;
}

.c-banner5-wrap .c-next,
.c-banner7-wrap .c-next {
    right: 0;
    background: url(../images/next3.png) no-repeat center / 10px auto;
}

.c-banner5-wrap .c-prev,
.c-banner7-wrap .c-prev {
    left: 0;
    background: url(../images/prev3.png) no-repeat center / 10px auto;
}

.c-banner5-wrap .c-next:hover,
.c-banner7-wrap .c-next:hover {
    background-color: #fff;
    background-image: url(../images/next2.png);
}

.c-banner5-wrap .c-prev:hover,
.c-banner7-wrap .c-prev:hover {
    background-color: #fff;
    background-image: url(../images/prev2.png);
}

#c-resources3 {
    margin: 5% 0;
}

#c-resources3 .r-img {
    margin: 62px auto 0;
    width: 80%;
    max-width: 1080px;
}

#c-resources3 .r-img img {
    display: table;
    margin: 0 auto;
    text-align: center;
}

.application6 {
    margin-top: 62px;
}

.application6 .c-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.application6 .c-list li {
    width: 20%;
    padding: 0 10px;
}

.application6 .c-list li p,
.p_text {
    font-size: 17px;
    color: #000;
    text-align: center;
    margin-top: 20px;
}

.r_inner-box {
    display: table;
    margin: 0 auto 0;
}

.r_inner-box .list {
    float: left;
    padding: 0 5px;
}

.r_inner-box .list .img {
    width: 100%;
    padding: 0;
    margin: 0;
}

.r_inner-box .list .img img {
    width: 100%;
}

.r_inner-box .list p {
    font-size: 17px;
    color: #000;
    text-align: center;
    margin-top: 15px;
}

.c-pd2-1 {
    background: #f5f5f5;
    padding: 5% 0;
}

.c-pd3-1 {
    padding: 0 0 5% !important;
    background: none !important;
}

.resources_team {
    margin: 5% 0 0;
}


/* ==========================================================================
创新研发 
==========================================================================*/

#c-application2 {
    padding: 5% 0;
}

#c-application2 .c-top-text .c-text {
    max-width: 1080px;
    line-height: 2;
    margin: 30px auto;
    text-align: center;
}

#c-application2 .c-list {
    margin: 5%;
}

#c-application2 .c-list li {
    padding: 80px 0;
}

#c-application2 .c-list li:last-child {
    padding-bottom: 0;
}

#c-application2 .c-wrap {
    display: block;
    padding-bottom: 80px;
    color: #333;
    background: -webkit-linear-gradient(left, #fff 32%, #f5f5f5 32%);
    background: linear-gradient(to right, #fff 32%, #f5f5f5 32%);
}

#c-application2 li:nth-child(even) .c-wrap {
    background: -webkit-linear-gradient(right, #fff 32%, #f5f5f5 32%);
    background: linear-gradient(to left, #fff 32%, #f5f5f5 32%);
}

#c-application2 .c-wrap .c-container {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

#c-application2 li:nth-child(even) .c-wrap .c-container {
    flex-direction: row-reverse;
}

#c-application2 .c-wrap .c-img-box {
    margin-top: -80px;
    width: 50%;
    overflow: hidden;
}

#c-application2 .c-wrap .c-img-box img {
    width: 100%;
    transition: all .5s;
}

#c-application2 .c-wrap .c-text-box {
    padding: 0 2vw 0 2vw;
    width: 50%;
}

#c-application2 li:nth-child(even) .c-wrap .c-text-box {
    padding: 0 2vw 0 2vw;
}

#c-application2 .c-wrap .c-text-box .c-en-title {
    margin-top: -24px;
    font-family: "AvantGarde";
    font-size: 48px;
    text-transform: uppercase;
    line-height: 1;
}

#c-application2 .c-wrap .c-text-box .c-title {
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
    transition: .5s;
}

#c-application2 .c-wrap .c-text-box .c-text {
    margin: 20px 0 30px;
    min-height: 150px;
    line-height: 30px;
    color: #666;
}

#c-application2 .c-common-btn1 {
    color: #000;
    border: 1px solid #000;
}

#c-application2 .c-common-btn1:hover {
    color: #fff;
}

#c-application2 .c-wrap:hover .c-text-box .c-title {
    color: #1f2c5c;
}

#c-application2 .c-wrap:hover .c-img-box img {
    transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
}


/* 研发平台 */

#c-chairman {
    margin: 5% 0;
}

#c-chairman .c-box-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background: #f5f5f5;
}

#c-chairman .c-img-box {
    width: 50%;
    overflow: hidden;
}

#c-chairman .c-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#c-chairman .c-text-box {
    width: 50%;
    padding: 0 3.5%;
}

#c-chairman .c-text-box .c-en-title {
    color: #333;
    font-size: 30px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 20px;
}

#c-chairman .c-text-box .c-title {
    font-size: 30px;
    color: #000;
    font-weight: 600;
    line-height: 1;
}

#c-chairman .c-text-box .c-text {
    margin: 20px 0 0;
    line-height: 30px;
    color: #666;
}

.chairman-box .c-text-box .c-text p {
    line-height: 30px !important;
    color: #666;
}

#c-chairman .c-text-box .c-text::-webkit-scrollbar {
    width: 6px;
    background-color: #fff;
}

#c-chairman .c-text-box .c-text::-webkit-scrollbar-track {
    border-radius: 6px;
    background-color: #fff;
}

#c-chairman .c-text-box .c-text::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: #1f2c5c;
}

#c-chairman .c-common-title {
    text-align: left;
}

.innovative {
    margin: 5% 0 0;
}

.innovative .telte {
    font-size: 17px;
    color: #666;
    width: 80%;
    max-width: 1030px;
    text-align: center;
    margin: 0 auto;
    line-height: 30px;
}

.innovative .img-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 5% 0 0;
}

.innovative .img-inner .list {
    width: 50%;
    padding: 0 15px;
    overflow: hidden;
}

.innovative .img-inner .list img {
    width: 100%;
    overflow: hidden;
}

.innovative .img2 .list {
    width: 25%;
}

.characters {
    display: table;
    margin: 0 auto 5%;
}

.innovation {
    margin: 5% 0;
}

.innovation .c-text-box {
    display: table;
    margin: 0 auto 40px;
}

.responsibility-section2 {
    padding: 5% 0;
}

.responsibility-section2 .text {
    font-size: 17px;
    color: #666;
    line-height: 30px;
}

.responsibility-section2 {
    padding: 5% 0;
}

.responsibility-section2 .text {
    font-size: 17px;
    color: #666;
    line-height: 30px;
}

.responsibility-section2 {
    background-color: #f4f4f4;
}

.responsibility-section2 .f_tit {
    text-align: center;
    width: 100%;
    margin-top: 60px;
}

@media (max-width: 1199px) {
    .responsibility-section2 .f_tit {
        margin-bottom: 30px;
    }
}

.responsibility-section2 .f_tit .tit {
    font-size: 32px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 26px;
}

@media (max-width: 1440px) {
    .responsibility-section2 .f_tit .tit {
        font-size: 28px;
        margin-bottom: 16px;
    }
}

@media (max-width: 1199px) {
    .responsibility-section2 .f_tit .tit {
        font-size: 24px;
    }
}

@media (max-width: 767px) {
    .responsibility-section2 .f_tit .tit {
        font-size: 20px;
    }
}

.responsibility-section2 .f_tit .text {
    font-size: 16px;
    color: #555555;
    line-height: 24px;
    max-width: 1000px;
    margin: 0 auto;
}

@media (max-width: 1199px) {
    .responsibility-section2 .f_tit .text {
        font-size: 14px;
        line-height: 22px;
    }
}

.responsibility-section2 .cont {
    width: 100%;
}

.responsibility-section2 .cont .cont-slide {
    float: left;
    width: 33.33%;
    padding: 0 10px;
    overflow: hidden;
}

.responsibility-section2 .cont .img {
    width: 100%;
    overflow: hidden;
}

.responsibility-section2 .cont .img img {
    width: 100%;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    overflow: hidden;
}

.responsibility-section2 .cont .img img:hover,
.img img:hover {
    transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
}

.responsibility-section2 .cont .cont-slide p {
    font-size: 17px;
    color: #000;
    text-align: center;
    margin-top: 20px;
}

.responsibility .experiment-section2 {
    padding-top: 120px;
    padding-bottom: 120px;
}

@media (max-width: 1440px) {
    .responsibility .experiment-section2 {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

@media (max-width: 1199px) {
    .responsibility .experiment-section2 {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

@media (max-width: 991px) {
    .responsibility .experiment-section2 {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

@media (max-width: 767px) {
    .responsibility .experiment-section2 {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

.result-12 {
    padding: 0 !important;
}

.result-12 .swiper-slide p {
    font-size: 17px;
    color: #000;
    margin-top: 20px;
    text-align: center;
}

#c-about2.c-pd-about .c-text-box {
    max-width: 100%;
}

#c-about2 .c-text-box {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto 62px;
}


/* 创新人物 */

.c-pd4 {
    padding: 5% 0 0 !important;
}

#c-team {
    overflow: hidden;
    margin-bottom: 5%;
}

#c-team .c-top-text .c-text {
    margin-top: -30px;
    padding: 0 90px 90px;
    line-height: 2;
    text-align: center;
}

#c-team .c-list {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin: 0 -5px 0;
}

#c-team .c-list li {
    padding: 0 5px 10px;
    width: 50%;
}

#c-team .c-wrap.c-last {
    background: #f5f5f5;
}

#c-team .c-wrap.c-last .c-text-box {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

#c-team .c-wrap.c-last .c-text-box .c-title {
    color: #333;
}

#c-team .c-wrap.c-last .c-text-box .c-text {
    margin: 20px 0 0;
}

#c-team .c-wrap {
    overflow: hidden;
}

#c-team .c-wrap&gt;img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 1s;
}

#c-team .c-wrap:hover&gt;img {
    transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
}

#c-team .c-banner2 .c-text-box .c-text {
    font-size: 24px;
    color: #000;
    text-align: center;
    margin: 20px 0 30px;
}

#c-team .c-wrap:hover .c-text-box .c-common-btn1 {
    opacity: 1;
}

#c-team .c-banner2 .swiper-button-next,
#c-team .c-banner2 .swiper-button-prev {
    z-index: 10;
    margin-top: -25px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    opacity: 1;
    transition: .5s;
}

#c-team .c-banner2 .swiper-button-next {
    right: 40px;
    background: url(../images/next.png) no-repeat center / 10px auto;
}

#c-team .c-banner2 .swiper-button-prev {
    left: 40px;
    background: url(../images/prev.png) no-repeat center / 10px auto;
}

#c-team .c-banner2 .swiper-button-next:hover {
    background-color: #fff;
    background-image: url(../images/next2.png);
}

#c-team .c-banner2 .swiper-button-prev:hover {
    background-color: #fff;
    background-image: url(../images/prev2.png);
}

#c-team .c-banner2 .swiper-pagination {
    bottom: 0;
}

#c-team .c-banner2 .swiper-pagination-bullet {
    margin: 0 12px !important;
    width: 10px;
    height: 10px;
    border: 2px solid transparent;
    border-radius: 100%;
    background: #000;
    vertical-align: middle;
}

#c-team .c-banner2 .swiper-pagination-bullet-active {
    opacity: 1;
    width: 14px;
    height: 14px;
    background: transparent;
    border: 2px solid #1f2c5c;
}


/* ==========================================================================
人才招聘 
==========================================================================*/


/* 人才理念 */

#c-talents {
    margin: 5% 0 0;
}

#c-talents .list {
    font-size: 17px;
    width: 80%;
    margin: 0 auto 30px;
    line-height: 30px;
    text-align: center;
}

.our-mission {
    margin: 5% 0;
}

.our-mission .our_box {
    background: #1f2c5c;
    padding: 92px;
}

.our-mission .our_box .en,
.our-mission .our_box .cn {
    color: #fff;
}

.our-mission .our_box p {
    font-size: 17px;
    line-height: 30px;
    color: #fff;
    text-align: center;
}

.our-mission .our_box .inner-tit .en:after {
    background: linear-gradient(to right, transparent, #fff, transparent);
}


/* 员工福利 */

#c-job {
    background: #f5f5f5;
    padding: 5% 0;
}

#c-job .text_p {
    max-width: 1069px;
    margin: 30px auto 0;
}

.love-happen .title {
    font-size: 60px;
    color: #333333;
    line-height: 60px;
    margin-top: .3vw;
}

.love-happen .list {
    margin-top: 1vw;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.love-happen .list li {
    width: 50%;
    overflow: hidden;
    padding: 10px;
    margin-top: 30px;
}

.love-happen .list li a {
    overflow: hidden;
    position: relative;
}

.love-happen .list li a .img {
    overflow: hidden;
    border-radius: 10px;
}

.love-happen .list li img {
    width: 100%;
    height: auto;
    transition: all 1s;
    overflow: hidden;
    border-radius: 10px;
}

.love-happen .list li:hover img {
    transform: scale(1.1);
    border-radius: 10px;
}

.love-happen .list li dl {
    background: #f5f5f5;
    text-align: center;
    padding: 30px 62px;
}

.love-happen .list li dl dt {
    font-size: 30px;
    color: #000;
    margin: 10px 0 15px 0
}

.love-happen .list li dl dd {
    font-size: 17px;
    color: #666;
    font-family: Helvetica;
    font-weight: normal;
    line-height: 1.3;
}

.love-happen .overcome {
    display: inline-block;
    position: absolute;
    top: -60px;
    left: 0;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.overcome-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding-top: 1.4vw;
    padding-left: 1.34vw;
}

.overcome-bg {
    width: 13.6vw;
    height: 6.4vw;
    transition: all 1s;
}

.overcome:hover .overcome-bg {
    transform: scale(1.02);
}

.love-happen .overcome .title {
    font-size: 0.6vw;
    color: #333333;
    line-height: 0.6vw;
}

.love-happen .overcome .desc {
    font-size: 17px;
    color: #687086;
    line-height: 25px;
    margin-top: 0.36vw;
}

.love-happen .overcome .link {
    width: 0.49vw;
    height: 0.08vw;
    margin-top: 0.29vw;
}


/* 招聘职位 */

#c-job2 {
    margin: 5% 0;
}

#c-job2 .c-list2 {
    display: flex;
    align-items: center;
}

#c-job2 .c-list2 li {
    flex: 0 0 25%;
    font-size: 18px;
    line-height: 28px;
    padding: 35px 0 35px 40px;
    text-align: center;
}

#c-job2 .c-list2 li:last-child {}

#c-job2 .c-list:first-child .c-list2 {
    background: #ccc;
    background: linear-gradient(to right top, #1f2c5c, #1f2c5c);
}

#c-job2 .c-list:first-child .c-list2 li {
    font-weight: bold;
    color: #fff;
    text-align: center;
}

#c-job2 .c-list&gt;li {
    margin-top: 2px;
    background: #f5f5f5;
    word-break: break-all;
}

#c-job2 .c-list .c-bottom {
    display: none;
}

#c-job2 .c-list .c-bottom .c-wrap {
    position: relative;
    padding: 40px 120px 40px 40px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    background: #f5f5f5;
}

#c-job2 .c-list .c-bottom .c-wrap::before {
    content: "";
    position: absolute;
    top: 0;
    left: 40px;
    width: -webkit-calc(100% - 80px);
    width: calc(100% - 80px);
    border-top: 1px solid #ddd;
}

#c-job2 .c-list .c-bottom .c-lt {
    padding-right: 40px;
    line-height: 2;
}

#c-job2 .c-list .c-bottom .c-gt {
    flex: 0 0 400px;
    line-height: 2;
    padding: 40px;
    background: #1f2c5c;
    color: #fff;
    font-size: 18px;
    margin-top: 10px;
}

#c-job2 .c-list .c-bottom .c-gt p a {
    color: #fff;
}

#c-job2 .c-list .c-bottom .c-common-btn1 {
    margin-top: 40px;
    cursor: pointer;
}

#c-job2 .c-list .c-switch {
    position: relative;
    width: 32px;
    height: 32px;
    border: 2px solid #1f2c5c;
    border-radius: 50%;
    cursor: pointer;
    margin: 0 auto;
}

#c-job2 .c-list .c-switch::before,
#c-job2 .c-list .c-switch::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 6px;
    margin-top: -1px;
    width: 16px;
    height: 2px;
    background: #1f2c5c;
    transition: .5s;
}

#c-job2 .c-list .c-switch::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

#c-job2 .c-list li.on .c-switch::after {
    opacity: 0;
}


/* 佳纳学堂 */

#c-application3 {
    margin: 5% 0;
}

#c-application3 .c-text {
    margin: -30px auto 0;
    width: 70%;
    line-height: 30px;
    text-align: center;
    color: #666;
}


/* 学堂使命 */

#c-application4 {
    padding: 5% 0;
    background: #f4f4f4;
}

#c-application4 .c-img {
    display: table;
    margin: 0 auto;
}

#c-application4 .c-img img {
    width: 100%;
}

#c-application4 .c-text {
    margin: -30px auto 25px;
    width: 70%;
    text-align: center;
    color: #666;
    font-size: 18px;
    line-height: 30px;
}


/* 学堂宗旨 */

#c-resources #c-application5 {
    margin: 3% 0;
}

#c-application5.purpose {
    margin: 5% 0;
}

#c-application5 .c-list {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin: 0 -15px -30px;
}

#c-application5 .c-list li {
    padding: 0 15px 30px;
    width: 50%;
}

#c-resources #c-application5 .c-list li {
    padding: 0 10px;
    width: 16.6%;
}

#c-resources #c-application5 .c-list {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-top: 62px;
}

#c-application5 .c-list .c-wrap {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    background: #f5f5f5;
}

#c-application5 .c-list li:nth-child(even) .c-wrap {
    flex-wrap: nowrap;
    flex-direction: column-reverse;
}

#c-application5 .c-list .c-img-box {
    width: 100%;
    overflow: hidden;
}

#c-application5 .c-list .c-img-box img {
    width: 100%;
}

#c-application5 .c-list .c-text-box {
    width: 100%;
    padding: 50px;
    text-align: center;
}

#c-application5 .c-list .c-text-box .c-title {
    font-weight: normal;
    margin-bottom: 15px;
    font-size: 24px;
    line-height: 34px;
}

#c-application5 .c-list .c-text-box .c-text {
    line-height: 30px;
    color: #666;
}

.schools_inner {
    margin: 5% 0;
}

.schools_inner .ho5-cont .item .font:after {
    background: none;
}

.schools_inner .ho5-cont .item .font .tit {
    text-align: center;
}

.schools_inner .ho5-cont .item:hover .font .tit {
    color: #1f2c5c;
}


/* ==========================================================================
社会责任 
==========================================================================*/

#c-infomation {
    margin: 5% 0;
}

#c-infomation .c-list li:last-child {
    margin-bottom: 0;
}

#c-infomation .supply_chain {
    margin: 5% 0;
}

#c-infomation .c-wrap {
    width: 100%;
    display: flex;
    align-items: center;
    color: #333;
    background: #f5f5f5;
    border: 1px solid #f5f5f5;
    margin: 5% 0;
}

#c-infomation .c-wrap .c-img-box {
    flex: 0 0 330px;
    width: 40%;
    overflow: hidden;
}

#c-infomation .c-wrap .c-img-box img {
    width: 100%;
    object-fit: cover;
    transition: .5s;
}

#c-infomation .c-wrap .c-text-box {
    width: 66%;
    padding: 0 5%;
}

#c-infomation .c-wrap .c-text-box .c-title {
    font-size: 20px;
    line-height: 30px;
    transition: .5s;
    margin: 20px 0 30px;
}

#c-infomation .c-wrap .c-text-box .c-text {
    margin: 5px 0 20px;
    height: 60px;
    line-height: 30px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 5;
}

#c-infomation .c-wrap .c-text-box .c-btn {
    transition: .5s;
}

#c-infomation .c-wrap .c-time-box {
    flex: 0 0 160px;
    width: 10%;
}

#c-infomation .c-wrap .c-time-box .c-t1 {
    font-weight: bold;
    font-size: 36px;
    line-height: 46px;
    text-align: center;
}

#c-infomation .c-wrap .c-time-box .c-t2 {
    font-size: 18px;
    text-align: center;
    line-height: 26px;
    color: #999;
}

#c-infomation .c-wrap:hover .c-img-box img {
    transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
}

#c-infomation .c-wrap:hover .c-text-box .c-title,
#c-infomation .c-wrap:hover .c-text-box .c-btn {
    color: #1f2c5c;
}

#c-infomation .c-wrap .c-common-btn1 {
    color: #000;
    border: 1px solid #000;
}

#c-infomation .c-wrap:hover .c-common-btn1 {
    color: #fff;
    background: #1f2c5c;
}


/* 供应链管理 */

#c-top-menu .c-list {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    overflow-x: auto;
}

#c-top-menu .c-list li {
    flex: none;
    margin-right: 80px;
    font-size: 24px;
    line-height: 34px;
}

#c-top-menu .c-list li:last-child {
    margin-right: 0;
}

#c-top-menu .c-list li a {
    position: relative;
    display: block;
    color: #333;
    transition: .5s;
}

#c-top-menu .c-list li.on a,
#c-top-menu .c-list li:hover a {
    color: #1f2c5c;
}

#c-infomation .text_d {
    font-size: 18px;
    color: #000;
    text-align: center;
    line-height: 30px;
    margin-bottom: 5%;
}

#c-infomation .wrap {
    margin: 0 auto;
}

#c-culture3 .c-en-title {
    font-size: 36px;
    color: #000;
    text-transform: uppercase;
}

#c-culture3 .c-box-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background: #f5f5f5;
}

#c-culture3 .c-img-box {
    width: 50%;
    height: 5.02rem;
    min-height: 500px;
    overflow: hidden;
}

#c-culture3 .c-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#c-culture3 .c-text-box {
    padding: 70px;
    width: 50%;
}

#c-culture3 .c-text-box .c-title {
    font-size: 30px;
    font-weight: 600;
    color: #000;
}

#c-culture3 .c-text-box .c-text {
    margin: 20px 0 0;
    line-height: 30px;
    color: #666;
}

#c-culture3 .c-common-title {
    text-align: left;
}

.ohsas_content {
    margin: 5% 0;
}

.ohsas_content .container:before {
    display: none;
}

.ohsas_content .top {
    font-size: 24px;
    text-align: center;
    margin: 0 0 30px;
}

.ohsas_content .title {
    text-align: center;
    font-size: 36px;
    font-weight: 600;
    color: #000;
    margin-bottom: 20px;
}

.ohsas_content .wrap .list {
    display: flex;
    flex-direction: row;
    align-items: center;
    background: rgb(236, 236, 236);
    margin-top: 30px;
}

.ohsas_content .wrap .list .left {
    width: 30%;
    float: left;
    overflow: hidden;
}

.ohsas_content .wrap .list .left img {
    width: 100%;
    transition: .5s;
}

.ohsas_content .wrap .list:hover .left img {
    transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
}

.ohsas_content .wrap .list .right {
    float: right;
    width: 70%;
    padding: 0 5%;
}

.ohsas_content .wrap .list .right .h1 {
    font-size: 24px;
    font-weight: 600;
    color: #000;
}

.ohsas_content .text {
    font-size: 17px;
    color: #666;
    text-align: center;
    line-height: 24px;
    margin: 0 0 60px;
}

.ohsas_content .wrap .list .right p {
    font-size: 17px;
    color: #666;
    line-height: 2.3;
}

#c-infomation .c-wrap.supply_chain {
    margin: 5% 0;
}


/* ==========================================================================
联系我们 
==========================================================================*/

#c-contact {
    padding: 5% 0;
    background: #f5f5f5;
}

#c-contact .content {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

#c-contact .content .inter_lis .c-map {
    width: 100%;
    height: 264px;
    box-shadow: 0 2px 10px rgb(0 0 0 / 10%);
}

#c-contact .content .inter_lis {
    width: 33.333%;
    float: left;
    padding: 30px 10px 0;
}

#c-contact .content .list {
    width: 100%;
    background: #fff;
    padding: 30px;
    height: 300px;
}

#c-contact .content .inter_lis .list .text {
    display: inline-block;
    width: 100%;
}

#c-contact .content .inter_lis .list .text p {
    padding-top: 3px;
    padding-bottom: 20px;
    position: relative;
}

#c-contact .content .inter_lis .list .text p::before {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #eee;
}

#c-contact .content .list:hover {
    box-shadow: 0 2px 10px rgb(0 0 0 / 10%);
}

#c-contact .content .list .title {
    font-size: 24px;
    color: #000;
    font-weight: 600;
    margin-bottom: 20px;
}

#c-contact .content .list .address {
    position: relative;
    font-size: 17px;
    line-height: 20px;
    color: #000;
    height: 98px;
    padding-left: 48px;
    padding-top: 12px !important;
}

#c-contact .content .list .email::after {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 30px;
    height: 30px;
    background: url(../images/6034ed31e571f.png) no-repeat;
}

#c-contact .content .list .email {
    position: relative;
    font-size: 17px;
    height: 30px;
    line-height: 30px;
    color: #000;
    padding-left: 48px;
}

#c-contact .content .list .address::after {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 30px;
    height: 30px;
    background: url(../images/60.png) no-repeat;
}

#c-contact .content .list .phone {
    position: relative;
    font-size: 17px;
    height: 30px;
    line-height: 30px;
    color: #000;
    padding-left: 50px;
}

#c-contact .content .list .phone::after {
    content: "";
    position: absolute;
    top: 4px;
    left: 0;
    width: 30px;
    height: 30px;
    background: url(../images/6034ed0fb2356.png) no-repeat;
}


/* 地图 */

.c-map {
    opacity: 1;
    width: 100%;
    height: 100%;
    background: #666;
}

.c-map.active {
    opacity: 1;
    z-index: 2!important;
}

.c-map .map-title {
    font-size: 14px;
    font-weight: bold;
    color: #1f2c5c;
}

.c-map .map-content {
    font-size: 12px;
    color: #222;
}

.c-map .anchorBL {
    display: none;
}


/* 在线留言 */

#c-msg {
    background: #fafafa;
    padding: 5% 0;
}

#c-msg form {
    padding: 50px;
    background: #fff;
}

#c-msg .c-list {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin: 0 -10px -20px;
}

#c-msg .c-list li {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    margin-bottom: 20px;
    padding: 0 10px;
    width: 50%;
}

#c-msg .c-list li:first-child::before,
#c-msg .c-list li:nth-child(2)::before {
    content: "*";
    position: absolute;
    top: 50%;
    right: 30px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #ff0000;
}

#c-msg .c-list li:last-child,
#c-msg .c-list li:nth-last-child(2) {
    width: 100%;
}

#c-msg .c-list li:last-child {
    padding-top: 20px;
}

#c-msg .c-list input {
    padding: 0 30px;
    width: 100%;
    height: 64px;
    line-height: 62px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

#c-msg .c-list textarea {
    padding: 20px 30px;
    border: 1px solid #ddd;
    border-radius: 5px;
    line-height: 26px;
    width: 100%;
    height: 154px;
    overflow-y: auto;
}

#c-msg .c-list button {
    width: 180px;
    height: 52px;
    line-height: 50px;
    border: 1px solid #1f2c5c;
    border-radius: 26px;
    color: #1f2c5c;
    cursor: pointer;
}

#c-msg .c-list button:first-child {
    margin-right: 20px;
    background: #1f2c5c;
    color: #fff;
}

#c-msg .c-list .c-text {
    width: 100%;
    padding-top: 15px;
    line-height: 26px;
    text-align: center;
    color: #999;
}

.single-project-item:hover .project_cnt {
    display: none;
}


/* 响应 */

@media (max-width: 1300px) {
    .home-section3 .cont .gt .home3-cont .swiper-slide .left .lab {
        font-size: 30px;
    }
    .f45,
    .c-common-box .c-text-box .c-title,
    #c-culture3 .c-en-title,
    .ohsas_content .title {
        font-size: 30px;
    }
    .business .list-item .txt {
        padding: 30px;
    }
    .business .list-item .txt ul img {
        width: 80px;
    }
    .c-common-box .c-text-box .c-text,
    #c-application5 .c-list .c-text-box .c-title,
    .home-section5 .ho5-cont .item .font .tit,
    #c-contact .content .list .title {
        font-size: 18px;
    }
    .business .list-item .txt .title,
    #c-culture .c-list .c-wrap .c-text-box .c-en-title,
    #c-application5 .c-common-title .c-title,
    #c-resources2 .c-common-title .c-title,
    #c-resources3 .c-common-title .c-title,
    #c-application2 .c-wrap .c-text-box .c-title,
    #c-chairman .c-text-box .c-title,
    #c-culture3 .c-text-box .c-title,
    .love-happen .list li dl dt {
        font-size: 24px;
    }
    .business .sonTitle .text,
    #c-culture .c-list .c-wrap .c-text-box .c-text p,
    .projects-list .title,
    #c-resources .c-top-text .c-text,
    #c-resources3 .c-text,
    .r_inner-box .list p,
    .application6 .c-list li p,
    .p_text,
    .innovative .telte,
    .result-12 .swiper-slide p,
    #c-talents .list,
    .love-happen .list li dl dd,
    #c-contact .content .list .phone,
    #c-contact .content .list .email,
    #c-contact .content .list .address {
        font-size: 20px;
    }
    .business .list-item .txt .desc,
    #home .know .block .slider-pic .text .summary,
    .home-section5 .ho5-cont .item .font p,
    #c-about2 .c-list .c-tbox .c-text,
    .ohsas_content .wrap .list .right p {
        font-size: 14px;
        line-height: 24px;
    }
    #c-application2 .c-wrap .c-text-box .c-text {
        min-height: auto;
    }
    #c-about2 .c-list .c-tbox .c-num-move {
        font-size: 48px;
    }
    #c-news3 .c-left .c-title,
    #c-top-menu .c-list li {
        font-size: 22px;
        line-height: 30px;
    }
    #c-news3 .c-left .c-time {
        font-size: 14px !important;
        margin: 10px auto 20px;
    }
    .r_inner-box {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        margin-top: 30px;
    }
    .r_inner-box .list {
        padding: 0 10px;
        width: 33.33%;
    }
    #c-application2 .c-wrap .c-text-box .c-en-title {
        font-size: 30px;
        margin: 0;
    }
    #c-application2 .c-wrap .c-img-box {
        margin-top: -30px;
    }
    #c-application2 .c-wrap {
        padding-bottom: 30px;
    }
    #c-team .c-banner2 .c-text-box .c-text {
        font-size: 16px;
    }
    .responsibility-section2 .f_tit {
        margin-top: 30px;
        margin-bottom: 0;
    }
    #c-culture3 .c-text-box,
    #c-application5 .c-list .c-text-box {
        padding: 30px;
    }
    #c-culture3 .c-img-box {
        height: auto;
        min-height: auto;
    }
    .ohsas_content .wrap .list .right .h1 {
        margin-top: 0;
    }
    #c-top-banner .c-en-title {
        font-size: 36px !important;
    }
    #c-top-banner .c-title {
        font-size: 24px !important;
    }
}

@media (max-width: 1200px) {}

@media (max-width: 1024px) {
    #c-culture .c-list li {
        width: 50%;
    }
    .business .list-item .txt ul img {
        width: 60px;
    }
    #c-contact .content .list {
        padding: 20px 10px;
    }
    #c-contact .content .list {
        height: auto;
    }
}

@media (max-width:991px) {
    #c-top-banner img {
        height: 52vw !important;
    }
    #c-contact .content .inter_lis {
        width: 100%;
    }
    .ohsas_content .wrap .list {
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    .ohsas_content .wrap .list .left {
        width: 100%;
    }
    .ohsas_content .wrap .list .right {
        width: 100%;
        padding: 30px 5%;
    }
    #c-news3 .c-left .c-title,
    #c-top-menu .c-list li {
        font-size: 14px !important;
        margin-right: 15px;
    }
    #c-culture3 .c-img-box,
    #c-culture3 .c-text-box {
        width: 100%;
    }
    #c-infomation .c-wrap .c-text-box .c-title {
        font-size: 14px !important;
    }
    #c-infomation .c-wrap .c-img-box {
        flex: 0 0 180px !important;
        width: 20%;
    }
    #c-culture .c-list li {
        width: 100%;
    }
    #c-culture .c-list .c-wrap .c-text-box {
        padding: 20px 20px 30px;
    }
    #c-product6 .c-wrap {
        width: 100%;
    }
}

@media (max-width:766px) {
    p {
        line-height: 1.6 !important;
    }
    .business .list-item {
        display: flex;
        flex-wrap: wrap !important;
    }
    .business .list-item .pic {
        padding-top: 205px;
    }
    #c-top-site2 .c-box a {
        font-size: 14px !important;
        margin-right: 5px !important;
    }
    #c-top-site2 .c-box span {
        margin-right: 5px !important;
    }
    .c-banner8-bottom-wrap .c-next {
        right: -30px!important;
    }
    .c-banner8-bottom-wrap .c-prev {
        left: -30px !important;
    }
    .business .list-item .txt,
    .business .list-item .pic {
        width: 100% !important;
    }
    #c-about2,
    .culture,
    #c-resources2,
    .c-pd2-1,
    #c-application2,
    #c-job,
    #c-application4 {
        padding: 30px 0 !important;
    }
    #c-culture {
        padding: 0 0 30px !important;
    }
    #c-about2 .c-text-box {
        margin: 0 auto 10px !important;
    }
    #c-partner,
    #c-about2-4 {
        padding: 30px 0 0 !important;
    }
    #c-common-box2,
    #c-honor,
    .business,
    #c-resources,
    #c-resources3,
    #c-product2,
    #c-chairman,
    #c-job2,
    #c-infomation,
    #c-application3 {
        margin: 30px 0 !important;
    }
    #c-culture .c-list li {
        padding: 15px 15px 0 !important;
        margin: 15px 0 0 !important;
    }
    #c-culture .c-list {
        margin: 0 !important;
    }
    .pagination li {
        display: none;
    }
    .pagination li:first-child,
    .pagination li:last-child {
        display: block !important;
    }
    #c-news3 {
        padding-top: 30px;
    }
    #c-news3 .c-left {
        padding: 0 !important;
        border: none !important;
    }
    #c-news3 .c-right {
        width: 100%;
    }
    .business .list-item .txt ul li {
        font-size: 12px;
        margin: 15px 0 0 12px !important;
    }
    .business .list-item:not(:first-child) {
        margin-top: 25px;
    }
    #c-resources .c-top-text .c-text,
    #c-resources3 .c-text {
        width: 100%;
        max-width: 100%;
    }
    #c-resources #c-application5 .c-list,
    .application6,
    .c-banner5-wrap,
    .c-banner7-wrap,
    .r_inner-box {
        margin-top: 20px;
    }
    #c-resources #c-application5 .c-list li {
        width: 50%;
        margin-top: 15px;
    }
    .application6 .c-list li,
    .r_inner-box .list {
        width: 50%;
        margin-top: 15px;
    }
    #c-resources2:last-child {
        padding: 0 0 30px !important;
    }
    #c-product2 .c-top-text .c-text {
        width: 100% !important;
        max-width: 100%;
        padding: 0 0 10px !important;
    }
    #c-product2 .c-list li {
        padding: 0 0 10px;
        width: 100%;
    }
    #c-product2 .c-wrap {
        height: 300px;
    }
    #c-product2 .c-wrap .c-text-box .c-title {
        font-size: 24px;
    }
    #c-application2 .c-wrap .c-img-box,
    #c-chairman .c-img-box {
        width: 100%;
    }
    #c-application2 .c-wrap .c-text-box,
    #c-application2 li:nth-child(even) .c-wrap .c-text-box,
    #c-chairman .c-text-box {
        width: 100%;
        padding: 20px !important;
    }
    #c-application2 .c-wrap .c-text-box .c-en-title {
        font-size: 18px;
    }
    #c-application2 .c-wrap .c-text-box .c-text {
        margin: 10px 0;
        font-size: 14px;
        line-height: 1.6;
    }
    #c-application2 .c-wrap {
        padding-bottom: 5px;
    }
    #c-application2 .c-list li,
    #c-application {
        padding: 30px 0;
    }
    .responsibility-section2 .f_tit {
        margin-top: 0 !important;
    }
    .responsibility-section2 .f_tit .text {
        padding: 0 15px;
    }
    #c-talents {
        margin: 30px 0 0 !important;
    }
    #c-talents .list {
        width: 100%;
    }
    .love-happen .list li {
        width: 100%;
        margin-top: 10px;
    }
    .love-happen .list li dl {
        padding: 20px 10px;
    }
    #c-infomation .c-wrap {
        display: flex;
        flex-wrap: wrap !important;
        margin: 30px 0 0;
    }
    #c-infomation .c-wrap .c-img-box {
        flex: 0 0 100% !important;
        width: 100%;
    }
    #c-infomation .c-wrap .c-text-box {
        width: 100%;
        padding: 10px 20px 10px;
    }
    #c-infomation .c-wrap .c-time-box {
        display: none;
    }
    #c-infomation .c-wrap .c-text-box .c-title {
        margin: 0 0 10px;
    }
    #c-application3 .c-text,
    #c-application4 .c-text {
        width: 100%;
        margin: 20px 0 0;
    }
    #c-application5 .c-list li {
        width: 100%;
    }
    .schools_inner {
        margin: 0 0 30px !important;
    }
    #c-job2 .c-list .c-list2 li:nth-child(2),
    #c-job2 .c-list .c-list2 li:nth-child(4),
    #c-job2 .c-list .c-list2 li:nth-child(5) {
        display: none;
    }
    #c-job2 .c-list2 li {
        flex: 0 0 33.33%;
        font-size: 14px;
        text-align: left;
        padding: 10px 5px;
    }
    #c-job2 .c-list .c-bottom .c-wrap {
        width: 100%;
        display: flex;
        flex-wrap: wrap !important;
        padding: 20px 10px;
    }
    #c-job2 .c-list .c-bottom .c-lt {
        width: 100%;
        padding: 10px 0;
    }
    #c-job2 .c-list .c-bottom .c-gt {
        flex: 0 0 100%;
        padding: 20px;
    }
    #c-news3 .c-left .c-text h1 {
        font-size: 24px !important;
        line-height: 30px;
    }
    .b_details {
        padding: 30px 0 !important;
    }
    .b_details .cpjs {
        font-size: 24px;
    }
    #c-product6 .c-wrap {
        width: 100%;
        padding: 30px 0 !important;
    }
    #c-product6 .table1 td {
        padding: 8px;
        font-size: 12px;
    }
    #c-product6 .table2 td {
        padding: 3px;
        font-size: 12px;
    }
    #c-application .c-max-box .c-text-box {
        width: 100%;
        font-size: 14px !important;
    }
    #c-product6 .c-wrap table tr td {
        font-size: 12px !important;
    }
    #c-application .c-max-box .c-text-box p span {
        font-size: 14px !important;
    }
    #c-application .c-max-box .c-img-list {
        width: 100% !important;
    }
    .home-section8 {
        margin: 30px 0 !important;
    }
    #c-top-site2 .c-box {
        display: none !important;
    }
    #c-application2 .c-wrap {
        background: linear-gradient(to right, #f5f5f5 100%, #f5f5f5 100%) !important;
    }
    .graphics {
        margin: 22px 0 0;
    }
    .single-project-item {
        margin-bottom: 15px;
    }
    .home-section3 .cont .gt .home3-cont .swiper-slide .left .tit {
        margin: 10px 0 !important;
    }
    .home-section3 .cont .gt .home3-cont .swiper-slide .left .text {
        margin: 0 !important;
    }
    #home .know .block .slider-pic .slick-current .text .summary,
    #c-product2 .c-top-text .c-text {
        font-size: 14px !important;
        line-height: 1.6 !important;
    }
    .home-section5 .ho5-cont .item .font p {
        margin-bottom: 10px;
    }
    #footer {
        padding: 30px 0 0 !important;
    }
    #footer a img {
        width: 226px;
        margin-bottom: 15px;
    }
    #home .others .others_ul_li a .inner_box p {
        margin: 3px 0 0;
    }
    .cultur_box3 .list .c-wrap .c-text-box .c-title {
        font-size: 22px;
    }
    .cultur_box3 .list .c-wrap .c-text-box p,
    .c-banner8 .swiper-slide .c-list li p {
        font-size: 14px;
    }
    #c-culture .c-list .c-wrap .c-text-box {
        padding: 20px !important;
        margin-top: 20px;
    }
    #c-culture .c-list .c-wrap .c-img-box {
        top: 15px;
    }
    #c-culture .c-list .c-wrap .c-img-box {
        width: 50px;
        height: auto;
    }
    #c-culture .c-list .c-wrap .c-text-box .c-title {
        margin: 0px 0 10px;
        font-size: 18px;
    }
    .business .list-item .txt .title,
    #c-culture .c-list .c-wrap .c-text-box .c-en-title,
    #c-application5 .c-common-title .c-title,
    #c-resources2 .c-common-title .c-title,
    #c-resources3 .c-common-title .c-title,
    #c-application2 .c-wrap .c-text-box .c-title,
    #c-chairman .c-text-box .c-title,
    #c-culture3 .c-text-box .c-title,
    .love-happen .list li dl dt {
        font-size: 18px !important;
    }
    .c-banner8-top {
        width: 100%;
        padding: 0 0 0;
    }
    .c-banner8-bottom-wrap {
        width: 90%;
        margin: 10px auto 0;
    }
    #c-top-site2 .c-wrap {
        height: 42px !important;
    }
    #c-news3 .c-left .tr {
        margin-bottom: 15px;
    }
    #c-news3 .c-left .c-text {
        padding: 0 0 5px !important;
        margin-bottom: 20px !important;
    }
    #c-contact .content .inter_lis .list .text p {
        padding-top: 9px;
    }
    .business .list-item .txt ul {
        margin: 0 0 10px !important;
    }
    .business .list-item .txt .logo-view {
        padding-top: 0;
    }
    .business .list-item .txt {
        padding: 20px 10px !important;
    }
}


/* 子公司 */

.subsidiary-corporation {
    padding: 5% 0;
}

.subsidiary-corporation .sc-box {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.subsidiary-corporation .sc-box .left {
    width: 50%;
    padding-right: 30px;
}

.subsidiary-corporation .sc-box .left h1 {
    font-size: 30px;
    color: #1f2c5c;
    margin-bottom: 30px;
}

.subsidiary-corporation .sc-box .left p {
    font-size: 16px;
    color: #222;
    line-height: 30px;
}

.subsidiary-corporation .sc-box .right {
    width: 50%;
    padding-left: 30px;
}



/* 2023-4-5 banner */

.section1 {
    position: relative;
    height: 100vh;
}

.section1 .index_banner .item {
    background-size: cover;
    -webkit-background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
    position: relative;
}

.section1 .index_banner .item.slick-current .scaleBg {
    visibility: visible;
    -webkit-animation: scale-bg 6s linear forwards;
    animation: scale-bg 6s linear forwards;
}

.section1 .index_banner .items {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    transition: opacity 2500ms ease-in-out;
}
.section1 .index_banner .items video{
    width:100%;
}
.section1 .index_banner .items:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.2);
}

.section1 .index_banner .item .inner .block_txt {
    position: absolute;
    top: 44%;
    right: 10px;
    left: 50%;
    opacity: 0;
    width: 1440px;
    margin-left: -720px;
    transform: translateY(40px);
    -webkit-transform: translateY(40px);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    text-align: left;
}

.section1 .index_banner .item.active .inner .block_txt {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 100ms;
    transition-delay: 100ms;
}

.section1 .index_banner .item .inner .block_txt h4 {
    font-size: 22px;
    color: #fff;
    text-align: left;
    font-weight: lighter;
    margin-top: 10px;
}

.section1 .index_banner .item .inner .block_txt h2 {
    color: #fff;
    font-size: 68px;
    font-weight: 900;
    text-align: left;
    font-family: 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'Source Han Sans CN', 'Source Han Serif CN', 'SimSun', 'SimHei', 'Arial';
}

.section1 .index_banner .item .inner .block_txt h2 span {
    color: #1f2c5c;
    display: inline-block;
    letter-spacing: 5px;
}

.section1 .index_banner .item .inner .block_txt h3 {
    color: #fff;
    font-size: 22px;
    text-align: left;
    font-weight: lighter;
    margin-top: 10px;
}

.section1 .slick_txt {
    width: 30%;
    height: 100%;
    background-color: transparent;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    font-size: 0;
    outline: none;
    border: 0;
}

.section1 .left {
    left: 0;
}

.section1 .right {
    right: 0;
}

.section1 .slick_txt .slick_arrow {
    width: 77px;
    height: 66px;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: -33px;
    position: absolute;
    top: 50%;
    cursor: pointer;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
}

.section1 .slick_txt .prev {
    background-image: url("../images/ban_prev.png");
    left: 60px;
}

.section1 .slick_txt .next {
    background-image: url("../images/ban_next.png");
    right: 60px;
}

.section1 .slick_txt .prev:hover {
    transform: scale(1.1);
    left: 55px;
}

.section1 .slick_txt .next:hover {
    transform: scale(1.1);
    right: 55px;
}

.section1 .number {
    position: absolute;
    bottom: 8%;
    left: 0;
    right: 0;
    display: table;
    width: 100%;
    z-index: 10;
}

.section1 .line {
    border-bottom: 1px solid #ffffff;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    bottom: 8%;
    margin-bottom: 19px;
    z-index: 9;
    display: none;
}

.section1 .number .inner {
    margin: 0 auto;
    position: relative;
    text-align: center;
}

.section1 .number span {
    font-family: "Myriad Pro", "Microsoft YaHei";
    font-size: 14px;
    color: #fff;
    margin-right: 10px;
    display: inline-block;
    overflow: hidden;
    cursor: pointer;
    text-align: center;
    line-height: 31px;
    border-radius: 16px;
    background: #000;
    position: relative;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    font-size: 0;
}

.section1 .number span:last-child {
    margin-right: 0;
}

.section1 .number span:after {
    content: "";
    display: inline-block;
    width: 3px;
    height: 3px;
    position: absolute;
    left: 50%;
    bottom: 0;
    background: #fff;
    visibility: hidden;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
}

.section1 .number span {
    width: 11px;
    height: 11px;
    background: #fff;
    margin-bottom: 0px;
}

.section1 .number span.active {
    width: 40px;
    height: 10px;
    margin-bottom: 0;
    background: #1f2c5c;
}

</pre></body></html>